From b9d35a0346055081ac73b1713ded888e1303e4a2 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:43:13 +1000 Subject: [PATCH] Fix merge artifact (#20025) --- Content.Client/Storage/UI/StorageWindow.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Client/Storage/UI/StorageWindow.cs b/Content.Client/Storage/UI/StorageWindow.cs index 62c0615a4b..1af50cb147 100644 --- a/Content.Client/Storage/UI/StorageWindow.cs +++ b/Content.Client/Storage/UI/StorageWindow.cs @@ -12,7 +12,6 @@ using Content.Shared.Storage; using Robust.Client.UserInterface; using Robust.Shared.Containers; using static Robust.Client.UserInterface.Controls.BoxContainer; -using static Content.Shared.Storage.SharedStorageComponent; using Direction = Robust.Shared.Maths.Direction; namespace Content.Client.Storage.UI -- 2.51.2