mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-05-12 05:34:03 +02:00
18 lines
621 B
Plaintext
18 lines
621 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.Web.Components
|
|
@using Phantom.Web.Components.Dialogs
|
|
@using Phantom.Web.Components.Forms
|
|
@using Phantom.Web.Components.Graphics
|
|
@using Phantom.Web.Components.Tables
|
|
@using Phantom.Web.Layout
|
|
@using Phantom.Web.Shared
|
|
@using Phantom.Web.Utils
|
|
@attribute [Authorize]
|