LearnChineseSimplified/LearningChineseFixed/_Imports.razor

14 lines
500 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
2023-06-28 22:03:48 +02:00
@using LearningChineseFixed
@using LearningChineseFixed.Shared
2023-06-27 11:48:18 +02:00
@using MudBlazor
2023-06-29 21:27:58 +02:00
@using Blazored.LocalStorage
@using Newtonsoft.Json
@using Toolbelt.Blazor.SpeechSynthesis