Add project files.

This commit is contained in:
2025-11-27 21:29:51 +01:00
parent 4148db69de
commit a8e1d94391
64 changed files with 3794 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
@using SmartDB.Components.Account.Shared
<Router AppAssembly="typeof(Program).Assembly">
<Found Context="routeData">
<AuthorizeRouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)">
<NotAuthorized>
<RedirectToLogin />
</NotAuthorized>
</AuthorizeRouteView>
<FocusOnNavigate RouteData="routeData" Selector="h1" />
</Found>
</Router>