mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
8 lines
367 B
Plaintext
8 lines
367 B
Plaintext
<FluentDesignTheme StorageName="theme" Mode="DesignThemeModes.Dark">
|
|
<Router AppAssembly="typeof(Program).Assembly">
|
|
<Found Context="routeData">
|
|
<RouteView DefaultLayout="typeof(Layout.MainLayout)" RouteData="routeData"/>
|
|
<FocusOnNavigate RouteData="routeData" Selector="h1"/>
|
|
</Found>
|
|
</Router>
|
|
</FluentDesignTheme> |