LearnCChar1.0/CCharLearn/_Imports.razor
2023-07-07 19:41:56 +02:00

14 lines
No EOL
480 B
Text

@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 CCharLearn
@using CCharLearn.Shared
@using MudBlazor
@using Blazored.LocalStorage
@using Newtonsoft.Json
@using Toolbelt.Blazor.SpeechSynthesis