๐Ÿ“ฆ SeolJaeHyeok / vanila-js

๐Ÿ“„ main.js ยท 4 lines
1
2
3
4import App from "./app.js";

new App(document.querySelector("#app"));