-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGlobalUsings.cs
26 lines (25 loc) · 1.02 KB
/
GlobalUsings.cs
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
global using Microsoft.AspNetCore.Components;
global using Microsoft.AspNetCore.Components.Web;
global using Microsoft.AspNetCore.Components.Rendering;
global using System.Linq.Expressions;
global using Microsoft.JSInterop;
global using Microsoft.AspNetCore.Components.Forms;
global using Timer = System.Timers.Timer;
global using System.Diagnostics.CodeAnalysis;
global using Microsoft.Extensions.DependencyInjection;
global using System.Reflection;
global using Microsoft.AspNetCore.Components.Routing;
global using System.Timers;
global using Microsoft.Extensions.Options;
global using System.Text.RegularExpressions;
global using LinqKit;
global using System.Collections;
global using System.Collections.Concurrent;
global using Microsoft.AspNetCore.Components.Web.Virtualization;
global using System.Diagnostics;
global using TablerForNet.Icons;
global using TablerForNet.Services;
global using TablerForNet.Validation;
global using TablerForNet.ArrayExtensions;
global using TablerForNet.Components;
global using TablerForNet.Flags;