aboutsummaryrefslogtreecommitdiff
path: root/main.js
blob: 2b73e7d763c73c550a619684a322731e8461a1b4 (plain) (blame)
1
2
3
4
import { html, render } from "./lib/index.js";
import App from "./components/app.js";

render(html`<${App}/>`, document.body);