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