Files
romrepomgr/RomRepoMgr.Blazor/Components/Routes.razor

6 lines
253 B
Plaintext
Raw Normal View History

2025-07-26 17:55:02 +01:00
<Router AppAssembly="typeof(Program).Assembly">
<Found Context="routeData">
<RouteView DefaultLayout="typeof(Layout.MainLayout)" RouteData="routeData"/>
<FocusOnNavigate RouteData="routeData" Selector="h1"/>
</Found>
</Router>