Update registration

This commit is contained in:
2025-10-08 20:33:59 +09:00
parent 96172029d4
commit 257cd3e35e
16 changed files with 113 additions and 218 deletions

View File

@ -1,5 +1,8 @@
@using System.Net.Http
@using System.Net.Http.Json
@using Hcs.WebApp
@using Hcs.WebApp.Components
@using Hcs.WebApp.Components.Shared
@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@ -8,8 +11,5 @@
@using Microsoft.JSInterop
@using Radzen
@using Radzen.Blazor
@using Hcs.WebApp
@using Hcs.WebApp.Components
@using Hcs.WebApp.Components.Shared
@using static Microsoft.AspNetCore.Components.Web.RenderMode