mirror of
https://github.com/H3ALY/CollapsibleNavMenu.git
synced 2025-12-24 20:35:58 +00:00
Add project files.
This commit is contained in:
5
Blazor_WebAssembly/Blazor_WebAssembly.Client/Program.cs
Normal file
5
Blazor_WebAssembly/Blazor_WebAssembly.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