Skip to content

Commit

Permalink
Cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
blueDev2 committed May 26, 2024
1 parent bb2c3f6 commit 3e0ef4d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using Content.Shared._NF.Chemistry.Events;
using Content.Shared.Chemistry;
using Content.Shared.Chemistry.Reagent;
using Content.Shared.FixedPoint;
using JetBrains.Annotations;
using Robust.Client.GameObjects;
using Robust.Shared.Prototypes;

namespace Content.Client._NF.Chemistry.UI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
using Content.Shared._NF.Chemistry.Components;
using Content.Shared._NF.Chemistry.Events;
using Content.Shared.Chemistry.Components;
using Content.Shared.Chemistry.Reagent;
using FastAccessors;
using Microsoft.CodeAnalysis;
using Robust.Client.AutoGenerated;
using Robust.Client.Console;
using Robust.Client.UserInterface.Controls;
using Robust.Client.UserInterface.CustomControls;
using Robust.Client.UserInterface.XAML;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Content.Shared.FixedPoint;
using Robust.Shared.GameStates;

namespace Content.Shared._NF.Chemistry.Components;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using Content.Shared.Verbs;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization;
using Robust.Shared.Utility;


namespace Content.Shared._NF.Chemistry.EntitySystems;
Expand Down

0 comments on commit 3e0ef4d

Please sign in to comment.