-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_Imports.razor
37 lines (32 loc) · 1.13 KB
/
_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
32
33
34
35
36
37
@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Authorization
@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 static Microsoft.AspNetCore.Components.Web.RenderMode
@using System.Linq.Expressions
@using Microsoft.AspNetCore.Components.QuickGrid
@using AutoMapper
@using Daemon.RazorUI.Animations
@using Daemon.RazorUI.Navigation
@using Daemon.RazorUI.Icons
@using Daemon.RazorUI.Input
@using Daemon.RazorUI.Layout
@using Daemon.RazorUI.Modal
@using Daemon.RazorUI.Transition
@using SMART.Common.LibraryManagement
@using SMART.Common.ProjectManagement
@using SMART.Common.ProductionManagement
@using SMART.Common.Functions.WebAppsSupport
@using SMART.Common.Utility
@using SMART.Common.CompanyManagement
@using SMART.Web.OrderApi
@using SO.Data
@using SO.Components
@using SO.Components.Layouts
@using SO.Components.Pages
@using SO.Components.Projects