8 lines
175 B
JavaScript
8 lines
175 B
JavaScript
import ServerClient from "./ws/ServerClient.js"
|
|
import "./components/Home.js"
|
|
|
|
import util from "./util.js"
|
|
window.util = util
|
|
|
|
window.ServerClient = new ServerClient()
|
|
Home() |