diff --git a/index.html b/index.html index d4720cf..70a707a 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ gamja IRC client + @@ -11,11 +12,5 @@ - diff --git a/main.js b/main.js new file mode 100644 index 0000000..2b73e7d --- /dev/null +++ b/main.js @@ -0,0 +1,4 @@ +import { html, render } from "./lib/index.js"; +import App from "./components/app.js"; + +render(html`<${App}/>`, document.body);