- 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
13 lines
No EOL
451 B
Text
13 lines
No EOL
451 B
Text
@using System.Net.Http
|
|
@using System.Net.Http.Json
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
@using Microsoft.AspNetCore.Components.Routing
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
|
@using Microsoft.JSInterop
|
|
@using LANCommander.Launcher
|
|
@using LANCommander.Launcher.Services
|
|
@using LANCommander.SDK
|
|
@using LANCommander.SDK.Abstractions
|
|
@using LANCommander.SDK.Services
|
|
@using AntDesign |