Reorganzing projects

This commit is contained in:
6d486f49
2026-06-22 16:27:28 -04:00
parent c11d8ecc82
commit 960db5f4fd
32 changed files with 759 additions and 259 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
@using Web.Pages
<Router AppAssembly="@typeof(App).Assembly" NotFoundPage="typeof(NotFound)">
<Router AppAssembly="@typeof(App).Assembly" AdditionalAssemblies="new[] { typeof(Home).Assembly }" NotFoundPage="typeof(NotFound)">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)"/>
<FocusOnNavigate RouteData="@routeData" Selector="h1"/>