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