Renamed project to CCharLearn
This commit is contained in:
parent
a6f55347b8
commit
591c3307a9
233 changed files with 16 additions and 17 deletions
14
CCharLearn/_Imports.razor
Normal file
14
CCharLearn/_Imports.razor
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue