refactor: fix namespaces after move

This commit is contained in:
Andrew Welker
2024-05-08 08:37:24 -05:00
parent 06a6b1caa2
commit 528fff569d
6 changed files with 22 additions and 24 deletions

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using PepperDash.Core;
using PepperDash.Core;
namespace PepperDash.Essentials.Core
@@ -46,6 +43,6 @@ namespace PepperDash.Essentials.Core
ConnectionType = connType;
Selector = selector;
IsInternal = isInternal;
}*/
}
}
}*/
}