RBLNews/RBLNews.Shared/Components/Routes.razor
2024-09-06 14:08:19 +02:00

6 lines
258 B
Plaintext

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