-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_Imports.razor
31 lines (31 loc) · 994 Bytes
/
_Imports.razor
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@using System.Net.Http
@using System.Net.Http.Json
@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.AspNetCore.Components.Authorization
@using System.ComponentModel.DataAnnotations
@using Microsoft.JSInterop
@using Client
@using Client.Shared
@using Client.Models
@using Client.Models.Commands
@using Client.Store
@using Client.Infrastructure
@using Client.Components
@using Client.Components.Common
@using Client.Components.Article
@using Client.Components.Header
@using Client.Components.Support
@using Client.Components.EditMode
@using Client.Components.Dialogs
@using Radzen
@using Radzen.Blazor
@using Fluxor
@using Fluxor.Blazor.Web.Components
@using Material.Blazor
@using Microsoft.AspNetCore.WebUtilities
@using Microsoft.AspNetCore.Authorization;
@using AutoMapper