-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_Imports.razor
More file actions
43 lines (38 loc) · 1.14 KB
/
_Imports.razor
File metadata and controls
43 lines (38 loc) · 1.14 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
@* Microsoft *@
@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.JSInterop
@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.AspNetCore.Authorization
@using static Microsoft.AspNetCore.Components.Web.RenderMode
@using System.Globalization
@using System.Net
@using System.Reflection
@* Packages *@
@using MudBlazor
@using MudExRichTextEditor
@using MudBlazor.Extensions
@using MudBlazor.Extensions.Components
@using MudBlazor.Extensions.Components.ObjectEdit
@* Project *@
@using Web
@* Models *@
@using Web.Models
@using API = Web.Models.API
@* Components *@
@using Theme = Web.Components.Layout.Theme
@using Web.Components
@using Web.Components.Layout
@using Web.Components.Layout.Main
@using Web.Components.Layout.Error
@using Web.Components.Layout.Containers
@using Web.Components.Pages
@using Web.Components.Dialogs.Personal
@using Web.Components.Dialogs.Shared
@* Services *@
@using Web.Services
@using Web.Services.API