1
0
mirror of synced 2024-11-24 06:20:12 +01:00
GC-local-server-rewrite/WebUI/_Imports.razor
2023-02-18 01:29:20 +08:00

11 lines
379 B
Plaintext

@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop
@using MudBlazor
@using WebUI
@using WebUI.Common