Added source files

This commit is contained in:
Khwezi Mngoma
2026-03-14 12:04:43 +02:00
parent 0e6dd7e192
commit 30d84b27bf
70 changed files with 60530 additions and 1 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>