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