import { render } from 'preact'; import Text3D from './text'; function App() { return ( text ) } render(, document.body);