Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLittleCloud committed Oct 2, 2024
1 parent 24f61e2 commit 340c7f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dotnet/samples/HelloAgents/HelloAgents.Web/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) Microsoft. All rights reserved.

using HelloAgents.Web;
using HelloAgents.Web.Components;

var builder = WebApplication.CreateBuilder(args);

Expand Down Expand Up @@ -37,7 +36,7 @@

app.UseOutputCache();

app.MapRazorComponents<App>()
app.MapRazorComponents<HelloAgents.Web.Components.App>()
.AddInteractiveServerRenderMode();

app.MapDefaultEndpoints();
Expand Down

0 comments on commit 340c7f2

Please sign in to comment.