Reorg progetti MON x fix compilazione

This commit is contained in:
Samuele Locatelli
2025-03-15 10:29:46 +01:00
parent fb3795e38a
commit c0fec71b5d
286 changed files with 41 additions and 181 deletions
+5
View File
@@ -0,0 +1,5 @@
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
var builder = WebAssemblyHostBuilder.CreateDefault(args);
await builder.Build().RunAsync();