mirror of
https://git.sr.ht/~emersion/gamja
synced 2025-04-05 03:29:54 -04:00
4 lines
127 B
JavaScript
4 lines
127 B
JavaScript
import { html, render } from "./lib/index.js";
|
|
import App from "./components/app.js";
|
|
|
|
render(html`<${App}/>`, document.body);
|