We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2219d9 commit 56c9549Copy full SHA for 56c9549
projects/.net8/RazorComponentOne/Pages/App.razor
@@ -1,11 +1,3 @@
1
-@using System.Net.Http
2
-@using Microsoft.AspNetCore.Components.Forms
3
-
4
-@using Microsoft.AspNetCore.Components.Routing
5
-@using Microsoft.JSInterop
6
-@using Microsoft.AspNetCore.Components.Web
7
-@using Microsoft.AspNetCore.Components.Authorization
8
9
<Router AppAssembly="typeof(Program).Assembly">
10
<Found Context="routeData">
11
<RouteView RouteData="routeData" />
projects/.net8/RazorComponentOne/_Imports.razor
@@ -0,0 +1,7 @@
+@using System.Net.Http
+@using Microsoft.AspNetCore.Components.Forms
+
+@using Microsoft.AspNetCore.Components.Routing
+@using Microsoft.JSInterop
+@using Microsoft.AspNetCore.Components.Web
+@using Microsoft.AspNetCore.Components.Authorization
0 commit comments