1: UI works, receiving location updates

This commit is contained in:
metacryst
2025-10-31 19:51:09 -05:00
commit 152faaecee
13 changed files with 1253 additions and 0 deletions

2
ui/app/index.js Normal file
View File

@@ -0,0 +1,2 @@
import "./components/Home.js"
Home()