1
0
Fork 0
mirror of https://git.sr.ht/~emersion/gamja synced 2025-04-18 09:54:40 -04:00
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);