2025-03-03 00:56:32 +01:00
|
|
|
@using Microsoft.AspNetCore.Components.Authorization
|
|
|
|
|
|
|
|
|
|
<Router AppAssembly="typeof(Program).Assembly">
|
2024-03-15 15:35:04 +01:00
|
|
|
<Found Context="routeData">
|
2024-04-27 22:36:16 +02:00
|
|
|
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)"/>
|
|
|
|
|
<FocusOnNavigate RouteData="routeData" Selector="h1"/>
|
2024-03-15 15:35:04 +01:00
|
|
|
</Found>
|
2024-04-27 22:36:16 +02:00
|
|
|
</Router>
|