This commit is contained in:
metacryst
2025-12-20 15:26:48 -06:00
commit c92742e8a1
93 changed files with 6146 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
import "./AppMenu.js"
class Home extends Shadow {
render() {
ZStack(() => {
AppMenu()
})
}
}
register(Home)