-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_Imports.razor
More file actions
23 lines (22 loc) · 759 Bytes
/
_Imports.razor
File metadata and controls
23 lines (22 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@using System.Net.Http
@using System.Net.Http.Json
@using Blazored.Modal.Services
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop
@using CoderBasket.Blazor
@using CoderBasket.Blazor.Shared
@using Blazor_App.Shared.Servers
@using Blazor_App.Shared
@using Blazor_App.Shared.Infrastructure
@using Blazor_App.Shared.Models
@inject NavigationManager Navigation;
@using Blazor_App.Shared.Enums
@inject IJSRuntime JS
@inject IModalService modal
@using Blazored.Modal
@using Blazor_App.Shared.Extensions
@using Blazor_App.Shared.Tools