Add dashboard

This commit is contained in:
Stone_Red
2026-01-05 17:24:46 +01:00
parent dee9f92277
commit ffc79d3c27
14 changed files with 627 additions and 0 deletions
@@ -0,0 +1,6 @@
<Router AppAssembly="typeof(Program).Assembly">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
<FocusOnNavigate RouteData="routeData" Selector="h1" />
</Found>
</Router>