LANCommander/LANCommander.Launcher/UI/App.Main.razor
2025-11-09 15:00:46 -06:00

8 lines
No EOL
271 B
Text

<Router AppAssembly="@typeof(Program).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(Windows.MainWindow)" />
</Found>
<NotFound>
<RedirectToRoute Route="/Library" />
</NotFound>
</Router>