mirror of
https://github.com/H3ALY/CollapsibleNavMenu.git
synced 2025-12-20 10:28:47 +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(); |