1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2024-11-21 23:42:45 +01:00
Minecraft-Phantom-Panel/Server/Phantom.Server.Web/_Imports.razor
2023-02-24 17:22:19 +01:00

22 lines
821 B
Plaintext

@using System.Net.Http
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Authorization
@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 Phantom.Server.Web
@using Phantom.Server.Web.Base
@using Phantom.Server.Web.Components.Dialogs
@using Phantom.Server.Web.Components.Forms
@using Phantom.Server.Web.Components.Graphics
@using Phantom.Server.Web.Components.Tables
@using Phantom.Server.Web.Identity
@using Phantom.Server.Web.Identity.Authorization
@using Phantom.Server.Web.Identity.Data
@using Phantom.Server.Web.Layout
@using Phantom.Server.Web.Shared
@using Phantom.Server.Web.Utils
@attribute [Authorize]