refactor: cleanup reservation check condition
[e-mobility-charging-stations-simulator.git] / src / charging-station / index.ts
index d377e7e8461ff4e4a6bd1970c3819b6cb5285668..0d15d676495b35fe070171ecc675ac34074477d4 100644 (file)
@@ -4,10 +4,10 @@ export {
   addConfigurationKey,
   getConfigurationKey,
   setConfigurationKeyValue,
-} from './ChargingStationConfigurationKeyUtils';
+} from './ConfigurationKeyUtils';
 export {
   getIdTagsFile,
   checkChargingStation,
   resetConnectorStatus,
   hasFeatureProfile,
-} from './ChargingStationUtils';
+} from './Helpers';