mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 11:14:45 +00:00
9 lines
403 B
Plaintext
9 lines
403 B
Plaintext
@using RomRepoMgr.Blazor.Components.Layout
|
|
<FluentDesignTheme StorageName="theme" Mode="DesignThemeModes.Dark">
|
|
<Router AppAssembly="typeof(Program).Assembly">
|
|
<Found Context="routeData">
|
|
<RouteView DefaultLayout="typeof(MainLayout)" RouteData="routeData"/>
|
|
<FocusOnNavigate RouteData="routeData" Selector="h1"/>
|
|
</Found>
|
|
</Router>
|
|
</FluentDesignTheme> |