added file loader
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
using BattSim;
|
||||
using BattSim.Models;
|
||||
using Radzen;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
|
||||
|
||||
|
||||
|
||||
// Setup Frontend
|
||||
var builder = WebAssemblyHostBuilder.CreateDefault(args);
|
||||
builder.RootComponents.Add<App>("#app");
|
||||
builder.RootComponents.Add<HeadOutlet>("head::after");
|
||||
|
||||
Reference in New Issue
Block a user