myhn/Apps/BlazorClient/_Imports.razor
2021-01-08 16:26:19 +01:00

12 lines
430 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 BlazorClient
@using BlazorClient.Shared
@using Microsoft.AspNetCore.Components.Authorization