Files
frm.so/ui/mobile/apps/Dashboard/Dashboard.js
2026-01-15 04:35:01 -06:00

11 lines
208 B
JavaScript

class Dashboard extends Shadow {
render() {
VStack(() => {
console.log(window.currentNetwork)
})
.width(100, pct)
.height(100, pct)
}
}
register(Dashboard)