Displaying location info from websocket

This commit is contained in:
metacryst
2025-10-31 21:54:57 -05:00
parent 152faaecee
commit 620d50cad7
9 changed files with 222 additions and 6 deletions

View File

@@ -1,2 +1,5 @@
import ConnectionHandler from "./ws/Connection.js"
window.ConnectionHandler = new ConnectionHandler()
import "./components/Home.js"
Home()