LearnChineseSimplified/LearningChineseSimplified/_Imports.razor

12 lines
420 B
Plaintext
Raw Normal View History

2023-06-27 11:48:18 +02:00
@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 LearningChineseSimplified
@using LearningChineseSimplified.Shared