From 771b949618bb4e07c09c2fb94a7f92e13f471b9e Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 25 Dec 2025 19:59:26 +0100 Subject: Initial commit --- ShareGuard.Web.Client/Program.cs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ShareGuard.Web.Client/Program.cs (limited to 'ShareGuard.Web.Client/Program.cs') diff --git a/ShareGuard.Web.Client/Program.cs b/ShareGuard.Web.Client/Program.cs new file mode 100644 index 0000000..91db88a --- /dev/null +++ b/ShareGuard.Web.Client/Program.cs @@ -0,0 +1,5 @@ +using Microsoft.AspNetCore.Components.WebAssembly.Hosting; + +var builder = WebAssemblyHostBuilder.CreateDefault(args); + +await builder.Build().RunAsync(); \ No newline at end of file -- cgit v1.2.3