15 lines
666 B
Plaintext
15 lines
666 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 ZB.MOM.WW.MxGateway.Contracts.Proto
|
|
@using ZB.MOM.WW.MxGateway.Server.Configuration
|
|
@using ZB.MOM.WW.MxGateway.Server.Dashboard
|
|
@using ZB.MOM.WW.MxGateway.Server.Dashboard.Components.Layout
|
|
@using ZB.MOM.WW.MxGateway.Server.Dashboard.Components.Shared
|
|
@using ZB.MOM.WW.MxGateway.Server.Security.Authorization
|
|
@using ZB.MOM.WW.MxGateway.Server.Workers
|
|
@using ZB.MOM.WW.Theme
|
|
@using static Microsoft.AspNetCore.Components.Web.RenderMode
|