13 lines
526 B
Plaintext
13 lines
526 B
Plaintext
@using Microsoft.AspNetCore.Components.Authorization
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
@using Microsoft.AspNetCore.Components.Routing
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
@using Microsoft.Extensions.Options
|
|
@using MxGateway.Contracts.Proto
|
|
@using MxGateway.Server.Configuration
|
|
@using MxGateway.Server.Dashboard
|
|
@using MxGateway.Server.Dashboard.Components.Layout
|
|
@using MxGateway.Server.Dashboard.Components.Shared
|
|
@using MxGateway.Server.Workers
|
|
@using static Microsoft.AspNetCore.Components.Web.RenderMode
|