beginning of mobile site

This commit is contained in:
metacryst
2025-12-01 03:07:55 -06:00
parent fcf0b4b08a
commit daa4182778
50 changed files with 1377 additions and 43 deletions

View File

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