Create new layout for pages with authorization checks

This commit is contained in:
2025-10-15 11:48:57 +09:00
parent d95589ae58
commit 8e1d313483
3 changed files with 62 additions and 34 deletions

View File

@ -2,6 +2,7 @@
@using System.Net.Http.Json
@using Hcs.WebApp
@using Hcs.WebApp.Components
@using Hcs.WebApp.Components.Layout
@using Hcs.WebApp.Components.Shared
@using Hcs.WebApp.Data
@using Microsoft.AspNetCore.Components.Authorization