jvcgpt / src /index.ts
Greums's picture
first alpha version
1982de5
raw
history blame
117 Bytes
import {render, h} from "preact";
import {App} from "./app";
render(h(App, null), document.getElementById('app'))