mirror of
https://github.com/H3ALY/CollapsibleNavMenu.git
synced 2025-12-19 18:08:42 +00:00
5 lines
152 B
C#
5 lines
152 B
C#
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
|
|
|
|
var builder = WebAssemblyHostBuilder.CreateDefault(args);
|
|
|
|
await builder.Build().RunAsync(); |