mirror of
https://codeberg.org/emersion/gamja.git
synced 2025-02-17 19:40:15 -05: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);
|