| import './style.css'; | |
| import { App } from './components/app.js'; | |
| const app = new App(document.getElementById('app')); | |
| app.init(); | |
| import './style.css'; | |
| import { App } from './components/app.js'; | |
| const app = new App(document.getElementById('app')); | |
| app.init(); | |