diff --git a/v2rayN/v2rayN/GlobalUsings.cs b/v2rayN/v2rayN/GlobalUsings.cs index bc789ab0..770d2adc 100644 --- a/v2rayN/v2rayN/GlobalUsings.cs +++ b/v2rayN/v2rayN/GlobalUsings.cs @@ -2,7 +2,7 @@ global using ServiceLib.Base; global using ServiceLib.Common; global using ServiceLib.Enums; -global using ServiceLib.Handler; + global using ServiceLib.Models; global using ServiceLib.Resx; -global using ServiceLib.ViewModels; \ No newline at end of file +global using ServiceLib.ViewModels;