RBLNews/RBLNews.Shared/Components/Routes.razor
2024-09-06 12:09:49 +02:00

7 lines
259 B
Plaintext

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