import { render } from 'preact' import { App } from './app.tsx' import './index.css' import './lato.css'; render(, document.getElementById('app')!)