diff --git a/src/frontend/CodeHub.Portal/Program.cs b/src/frontend/CodeHub.Portal/Program.cs index 6ec18d4..6479741 100644 --- a/src/frontend/CodeHub.Portal/Program.cs +++ b/src/frontend/CodeHub.Portal/Program.cs @@ -17,7 +17,7 @@ try { logger.LogInformation("Starting up: {ApplicationName}", applicationName); - + builder.Services.AddRazorComponents() .AddInteractiveServerComponents();