beginning of mobile site
This commit is contained in:
12
ui/mobile/components/Home.js
Normal file
12
ui/mobile/components/Home.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import "./AppMenu.js"
|
||||
|
||||
class Home extends Shadow {
|
||||
|
||||
render() {
|
||||
ZStack(() => {
|
||||
AppMenu()
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
register(Home)
|
||||
Reference in New Issue
Block a user