bepyan/vanilla-ts-study

import App from "./App.js"

const root = document.querySelector('.App');
if (root)
    App(root);