import { h, render } from 'preact'
import App from './app'
const appEl = document.getElementById('app')
render(<App />, appEl)