url scheme done, switch between apps and orgs mostly done
This commit is contained in:
11
ui/desktop/apps/Dashboard/Dashboard.js
Normal file
11
ui/desktop/apps/Dashboard/Dashboard.js
Normal file
@@ -0,0 +1,11 @@
|
||||
class Dashboard extends Shadow {
|
||||
render() {
|
||||
VStack(() => {
|
||||
|
||||
})
|
||||
.width(100, pct)
|
||||
.height(100, pct)
|
||||
}
|
||||
}
|
||||
|
||||
register(Dashboard)
|
||||
Reference in New Issue
Block a user