import { render } from 'preact' import { App } from './app' import './index.css' render(, document.getElementById('app') as HTMLElement)