Files
LittleTown/src/LittleTown.Blazor/LittleTown.Blazor.Client/_Imports.razor
mcmuzzle eea8bc69e1
All checks were successful
Merging on main / Build & Test (push) Successful in 1m8s
creation des projets blazor pour le GUI
2026-02-09 21:32:41 +00:00

10 lines
367 B
Plaintext

@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