Files
mapo-core/MP.WASM.Mon/Client/_Imports.razor
T
2022-07-08 17:27:08 +02:00

13 lines
441 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 MP.Data
@using MP.WASM.Mon.Client
@using MP.WASM.Mon.Client.Shared
@using MP.WASM.Mon.Client.Components