Files
LoopFit/LoopFit.Shared/Routes.razor
T
2026-08-25 22:42:01 +02:00

6 lines
301 B
Plaintext

<Router AppAssembly="typeof(Layout.MainLayout).Assembly" NotFoundPage="typeof(Pages.NotFound)">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)"/>
<FocusOnNavigate RouteData="routeData" Selector="h1"/>
</Found>
</Router>