Use Radzen

This commit is contained in:
2025-09-24 16:56:35 +09:00
parent a08fffb6db
commit e2f404fdef
5 changed files with 14 additions and 0 deletions

View File

@ -1,10 +1,13 @@
using Hcs.WebApp.Components;
using Radzen;
var builder = WebApplication.CreateBuilder(args);
builder.Services
.AddRazorComponents()
.AddInteractiveServerComponents();
builder.Services.AddRadzenComponents();
var app = builder.Build();
if (!app.Environment.IsDevelopment())
{