import './style.css' // import javascriptLogo from './javascript.svg' // import viteLogo from '/vite.svg' // import { setupCounter } from './counter.js' // document.querySelector('#app').innerHTML = ` //
// // // // // // //

Hello Vite!

//
// //
//

// Click on the Vite logo to learn more //

//
// ` // setupCounter(document.querySelector('#counter')) import { main } from './src/videopls.gleam' document.addEventListener("DOMContentLoaded", () => { const dispatch = main({}); });