jvcgpt / src /index.ts
Greums's picture
crlf to lf
1813a37
raw
history blame
114 Bytes
import {render, h} from "preact";
import {App} from "./app";
render(h(App, null), document.getElementById('app'))