mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-12 15:33:47 +01:00
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
![]() |
import { html, render } from "./lib/index.js";
|
||
|
import App from "./components/app.js";
|
||
|
|
||
|
render(html`<${App}/>`, document.body);
|