Fix proj move

This commit is contained in:
2025-07-18 08:57:38 +02:00
parent 5c2443598e
commit 026897d9e1
36 changed files with 0 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();