import Socket from "./ws/Socket.js" import "./components/Home.js" import util from "./util.js" window.util = util window.Socket = new Socket() Home()