AnsonBot/AnsonBot.Client/Routes.razor

7 lines
294 B
Text
Raw Normal View History

2026-07-30 19:47:39 +00:00
<Router AppAssembly="typeof(Program).Assembly" NotFoundPage="typeof(Pages.NotFound)">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
<FocusOnNavigate RouteData="routeData" Selector="h1" />
</Found>
</Router>