Renamed project to CCharLearn

This commit is contained in:
BOT Alex 2023-07-07 19:41:56 +02:00
parent a6f55347b8
commit 591c3307a9
233 changed files with 16 additions and 17 deletions

14
CCharLearn/_Imports.razor Normal file
View file

@ -0,0 +1,14 @@
@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