diff --git a/Content.Server/GameObjects/Components/BaseComputerUserInterfaceComponent.cs b/Content.Server/GameObjects/Components/BaseComputerUserInterfaceComponent.cs index bb2b23e297..ef06727697 100644 --- a/Content.Server/GameObjects/Components/BaseComputerUserInterfaceComponent.cs +++ b/Content.Server/GameObjects/Components/BaseComputerUserInterfaceComponent.cs @@ -1,15 +1,12 @@ using Content.Server.Power.Components; using Content.Server.UserInterface; using Content.Shared.ActionBlocker; -using Content.Shared.Notification; using Content.Shared.Interaction; -using Content.Shared.GameObjects.Components; -using Content.Shared.GameObjects.EntitySystems; +using Content.Shared.Notification.Managers; using Robust.Server.GameObjects; -using Robust.Shared.Containers; using Robust.Shared.GameObjects; -using Robust.Shared.ViewVariables; using Robust.Shared.Localization; +using Robust.Shared.ViewVariables; namespace Content.Server.GameObjects.Components {