Initial Slop

This commit is contained in:
2026-06-05 10:24:33 -04:00
commit 3c33145c7b
273 changed files with 101594 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
@using Web.Pages
<Router AppAssembly="@typeof(App).Assembly" NotFoundPage="typeof(NotFound)">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)"/>
<FocusOnNavigate RouteData="@routeData" Selector="h1"/>
</Found>
</Router>