LearnChineseSimplified/CCharLearn/_Imports.razor

14 lines
480 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-07-07 19:41:56 +02:00
@using CCharLearn
@using CCharLearn.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