gamja-old/main.js

5 lines
127 B
JavaScript
Raw Permalink Normal View History

import { html, render } from "./lib/index.js";
import App from "./components/app.js";
render(html`<${App}/>`, document.body);