import ConnectionHandler from "./ws/Connection.js" window.ConnectionHandler = new ConnectionHandler() import "./Home.js" Home()