Projektdateien hinzufügen.

This commit is contained in:
sic
2026-01-05 15:55:19 +01:00
parent 182b529d5e
commit 7471a893b9
67 changed files with 60406 additions and 0 deletions

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>