Skip to content

Commit 947bcb5

Browse files
feat: adição do arquivo _Imports.razor
1 parent 3966444 commit 947bcb5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@using System.Net.Http
2+
@using System.Net.Http.Json
3+
@using Microsoft.AspNetCore.Components.Forms
4+
@using Microsoft.AspNetCore.Components.Routing
5+
@using Microsoft.AspNetCore.Components.Web
6+
@using static Microsoft.AspNetCore.Components.Web.RenderMode
7+
@using Microsoft.AspNetCore.Components.Web.Virtualization
8+
@using Microsoft.JSInterop
9+
@using BlazorComponent
10+
@using BlazorComponent.Components
11+
@using BlazorComponent.Models;
12+
@using BlazorComponent.Repositories;
13+
@using BlazorComponent.Components.Pages.Headers;

0 commit comments

Comments
 (0)