- Move all Launcher components to LANCommander.Launcher.UI namespace - Move all SCSS files next to components (when possible) - Refactor styles that control overflow of content into titlebar to MainWindow only - Remove use in launcher UI of SDK.Client
10 lines
No EOL
328 B
Text
10 lines
No EOL
328 B
Text
<div class="main-window">
|
|
<Router AppAssembly="@typeof(Program).Assembly">
|
|
<Found Context="routeData">
|
|
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainWindow)" />
|
|
</Found>
|
|
<NotFound>
|
|
<RedirectToRoute Route="/Library" />
|
|
</NotFound>
|
|
</Router>
|
|
</div> |