import { render } from 'preact' import '../styles/index.scss' import { App } from './app' render(, document.getElementById('app')!)