Skip to content

Commit 182e86a

Browse files
authored
[blazor] add missing namespace (#62529)
1 parent 5098e3e commit 182e86a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/Server/src/Circuits/CircuitActivitySource.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4+
namespace Microsoft.AspNetCore.Components.Server.Circuits;
5+
46
using System.Diagnostics;
57
using Microsoft.AspNetCore.Components.Infrastructure.Server;
68

0 commit comments

Comments
 (0)