init
This commit is contained in:
8
ui/mobile/index.js
Normal file
8
ui/mobile/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import Socket from "/_/code/ws/Socket.js"
|
||||
import "./components/Home.js"
|
||||
|
||||
import util from "./util.js"
|
||||
window.util = util
|
||||
|
||||
window.Socket = new Socket()
|
||||
Home()
|
||||
Reference in New Issue
Block a user