Update MyBlazorApp/Program.cs

This commit is contained in:
2025-05-21 12:55:17 +00:00
parent f0c69da556
commit 0f5ea0c0bc

View File

@@ -1,5 +1,6 @@
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
using Microsoft.AspNetCore.Builder;
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddRazorPages();