Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop committed Nov 24, 2023
1 parent 914f3fb commit 23bb18b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions RueI/RueI/Elements/DynamicElement.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace RueI.Elements;

using RueI.Elements.Delegates;
using RueI.Parsing;
using RueI.Parsing.Records;

/// <summary>
Expand Down
1 change: 1 addition & 0 deletions RueI/RueI/Elements/IElement.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
namespace RueI.Elements;

using RueI.Parsing;
using RueI.Parsing.Records;

/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions RueI/RueI/Elements/SetElement.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace RueI;
namespace RueI.Elements;

using RueI.Elements;
using RueI.Elements.Interfaces;
using RueI.Parsing;
using RueI.Parsing.Records;

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion RueI/RueI/Parsing/Parser.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace RueI;
namespace RueI.Parsing;

using System.Collections.Generic;
using System.Collections.ObjectModel;
Expand Down
1 change: 1 addition & 0 deletions RueITests/TestDisplays.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using RueI;
using RueI.Displays;
using RueI.Elements;

namespace RueITest;

Expand Down

0 comments on commit 23bb18b

Please sign in to comment.