Add project files.

This commit is contained in:
monge
2026-06-21 14:27:42 +02:00
parent 37232bdf91
commit 4a10ef5237
67 changed files with 60406 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<Router AppAssembly="typeof(Program).Assembly" NotFoundPage="typeof(Pages.NotFound)">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
<FocusOnNavigate RouteData="routeData" Selector="h1" />
</Found>
</Router>