Initial Project

This commit is contained in:
6d486f49
2026-05-19 11:43:21 -04:00
commit f7b30374da
70 changed files with 60480 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
var builder = WebAssemblyHostBuilder.CreateDefault(args);
await builder.Build().RunAsync();