creation des projets blazor pour le GUI
All checks were successful
Merging on main / Build & Test (push) Successful in 1m8s

This commit was merged in pull request #37.
This commit is contained in:
2026-02-09 21:43:12 +01:00
committed by mcmuzzle
parent 1f98c9806b
commit eea8bc69e1
71 changed files with 60469 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
@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 static Microsoft.AspNetCore.Components.Web.RenderMode
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
@using LittleTown.Blazor.Client