refactor: cleanup module name namespace
[e-mobility-charging-stations-simulator.git] / src / charging-station / index.ts
index 2823c1e263b8f951d236a3860872f94385506f9e..32417cb24557994c091b69dfd3ce0cf045361712 100644 (file)
@@ -4,10 +4,10 @@ export {
   addConfigurationKey,
   getConfigurationKey,
   setConfigurationKeyValue,
-} from './ChargingStationConfigurationUtils';
+} from './ConfigurationKeyUtils';
 export {
   getIdTagsFile,
   checkChargingStation,
   resetConnectorStatus,
   hasFeatureProfile,
-} from './ChargingStationUtils';
+} from './Utils';