From f69cb6d4d704316b0a97ddc65f5558698c83c472 Mon Sep 17 00:00:00 2001 From: David Montesinos Date: Thu, 6 Feb 2025 11:39:37 +0100 Subject: [PATCH] Remove unused using --- Oqtane.Client/UI/Interop.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Oqtane.Client/UI/Interop.cs b/Oqtane.Client/UI/Interop.cs index 2e810908..bda75505 100644 --- a/Oqtane.Client/UI/Interop.cs +++ b/Oqtane.Client/UI/Interop.cs @@ -4,7 +4,6 @@ using System.Threading.Tasks; using System.Text.Json; using System.Collections.Generic; using System.Linq; -using System; namespace Oqtane.UI {