8b8796fc58
TrackCard, TracksGallery, DDIcons, DeepDrftPalettes (Default+Cms), DeepDrftFontLinks, and palette CSS tokens extracted. Both hosts and DeepDrftCms reference the shared RCL.
16 lines
614 B
Plaintext
16 lines
614 B
Plaintext
@using System.Net.Http
|
|
@using System.Net.Http.Json
|
|
@using Microsoft.AspNetCore.Components.Authorization
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
@using Microsoft.AspNetCore.Components.Routing
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
@using static Microsoft.AspNetCore.Components.Web.RenderMode
|
|
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
|
@using Microsoft.JSInterop
|
|
@using MudBlazor
|
|
@using MudBlazor.Services
|
|
@using MudBlazor.ThemeManager
|
|
@using DeepDrftWeb.Client.Common
|
|
@using DeepDrftShared.Client.Common
|
|
@using DeepDrftShared.Client.Components
|
|
@layout DeepDrftWeb.Client.Layout.MainLayout |