From 9bbb4f2bab76931be0aae69933dcf870c1db7aec Mon Sep 17 00:00:00 2001 From: Juan Vargas <66626747+v4rgas@users.noreply.github.com> Date: Thu, 6 Mar 2025 20:15:14 -0300 Subject: [PATCH] Update GlobalUsings.cs --- v2rayN/v2rayN/GlobalUsings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;