1813a37 1982de5
1
2
3
4
import {render, h} from "preact"; import {App} from "./app"; render(h(App, null), document.getElementById('app'))