Skip to content

Commit

Permalink
Fix Template.Client #2476 (#2485)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoituron authored Aug 5, 2024
1 parent 1261bba commit 3d5833c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
using Microsoft.AspNetCore.Components.Authorization;
#endif
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
using Microsoft.FluentUI.AspNetCore.Components;

var builder = WebAssemblyHostBuilder.CreateDefault(args);
builder.Services.AddFluentUIComponents();

#if (IndividualLocalAuth)
builder.Services.AddAuthorizationCore();
Expand Down

0 comments on commit 3d5833c

Please sign in to comment.