sc2units/Sc2Units.Backend/_Imports.razor
2022-08-26 16:28:14 +03:00

11 lines
396 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 Sc2Units.Backend
@using Sc2Units.Backend.Shared