mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-07-02 03:08:15 +08:00
refactor: ♻️ 2.0 (#3)
This commit is contained in:
6
src/backend/GlobalUsings.cs
Normal file
6
src/backend/GlobalUsings.cs
Normal file
@ -0,0 +1,6 @@
|
||||
global using System;
|
||||
global using System.ComponentModel;
|
||||
global using System.Globalization;
|
||||
global using System.Text;
|
||||
global using System.Text.RegularExpressions;
|
||||
global using NSExt.Languages;
|
Reference in New Issue
Block a user