Aggiunta scheletro progetto componente + pagine test dello stesso

This commit is contained in:
Samuele Locatelli
2025-07-10 19:24:03 +02:00
parent fa0767be9f
commit 0a65afd80b
34 changed files with 794 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();