Home finished

This commit is contained in:
2026-01-20 12:08:36 +01:00
parent 2751b4181d
commit 1ab403b3b3
5 changed files with 84 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
<Router AppAssembly="typeof(Program).Assembly" NotFoundPage="typeof(Pages.NotFound)">
@rendermode InteractiveServer
<Router AppAssembly="typeof(Program).Assembly" NotFoundPage="typeof(Pages.NotFound)">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
<FocusOnNavigate RouteData="routeData" Selector="h1" />