import { h, render } from 'preact'; import { App } from './components/App'; render(, document.getElementById('app')!);