Quiz_example/Components/Routes.razor

7 lines
266 B
Text
Raw Permalink Normal View History

2024-01-13 17:30:57 +01:00
<Router AppAssembly="@typeof(Program).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(Layout.MainLayout)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
</Found>
</Router>