Skip to content

Commit 76c31de

Browse files
committed
Typo.
1 parent 7ef2eb4 commit 76c31de

File tree

1 file changed

+2
-1
lines changed
  • src/Components/Components/src/Routing

1 file changed

+2
-1
lines changed

src/Components/Components/src/Routing/Router.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33

44
#nullable disable warnings
55

6-
using Microsoft.AspNetCore.Internal;;
6+
using System.Diagnostics.CodeAnalysis;
77
using System.Reflection;
88
using System.Reflection.Metadata;
99
using System.Runtime.ExceptionServices;
1010
using Microsoft.AspNetCore.Components.HotReload;
1111
using Microsoft.AspNetCore.Components.Rendering;
12+
using Microsoft.AspNetCore.Internal;
1213
using Microsoft.Extensions.Logging;
1314
using Microsoft.Extensions.DependencyInjection;
1415

0 commit comments

Comments
 (0)