Neighbourhood.omg.lol/Components/Routes.razor
2024-05-30 11:06:08 +10:00

6 lines
264 B
Text

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