feat: Intiial working text share
This commit is contained in:
5
Pushy/Pushy.Client/Program.cs
Normal file
5
Pushy/Pushy.Client/Program.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
|
||||
|
||||
var builder = WebAssemblyHostBuilder.CreateDefault(args);
|
||||
|
||||
await builder.Build().RunAsync();
|
||||
Reference in New Issue
Block a user