]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix merge artifact (#20025)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Mon, 11 Sep 2023 11:43:13 +0000 (21:43 +1000)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 11:43:13 +0000 (21:43 +1000)
Content.Client/Storage/UI/StorageWindow.cs

index 62c0615a4bece6284715c6144e5807d3a425ac91..1af50cb147d504e5747a3ddd32a1e720e32d566f 100644 (file)
@@ -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