Migre le projet vers Blazor WebAssembly en .NET 10
This commit is contained in:
11
ChessCubing.App/_Imports.razor
Normal file
11
ChessCubing.App/_Imports.razor
Normal file
@@ -0,0 +1,11 @@
|
||||
@using System.Globalization
|
||||
@using System.Net.Http
|
||||
@using ChessCubing.App
|
||||
@using ChessCubing.App.Components
|
||||
@using ChessCubing.App.Models
|
||||
@using ChessCubing.App.Services
|
||||
@using Microsoft.AspNetCore.Components
|
||||
@using Microsoft.AspNetCore.Components.Forms
|
||||
@using Microsoft.AspNetCore.Components.Routing
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@using Microsoft.JSInterop
|
||||
Reference in New Issue
Block a user