Adding Updated Blazor Version

This commit is contained in:
6d486f49
2026-04-22 13:32:24 -04:00
parent 0c7289c50e
commit a0fbc80bff
77 changed files with 60713 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
var builder = WebAssemblyHostBuilder.CreateDefault(args);
await builder.Build().RunAsync();