Skip to content

Commit 56c9549

Browse files
committed
Add _Imports
1 parent e2219d9 commit 56c9549

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

projects/.net8/RazorComponentOne/Pages/App.razor

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
91
<Router AppAssembly="typeof(Program).Assembly">
102
<Found Context="routeData">
113
<RouteView RouteData="routeData" />
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

0 commit comments

Comments
 (0)