deprived-main-website/OpenBirchWebsite.Client/Routes.razor

7 lines
256 B
Plaintext
Raw Normal View History

2024-07-13 03:21:35 +02:00
<Router AppAssembly="typeof(Program).Assembly">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
<FocusOnNavigate RouteData="routeData" Selector="h1" />
</Found>
</Router>