docs: refine README.md
[e-mobility-charging-stations-simulator.git] / src / charging-station / index.ts
index 2823c1e263b8f951d236a3860872f94385506f9e..0d15d676495b35fe070171ecc675ac34074477d4 100644 (file)
@@ -4,10 +4,10 @@ export {
   addConfigurationKey,
   getConfigurationKey,
   setConfigurationKeyValue,
-} from './ChargingStationConfigurationUtils';
+} from './ConfigurationKeyUtils';
 export {
   getIdTagsFile,
   checkChargingStation,
   resetConnectorStatus,
   hasFeatureProfile,
-} from './ChargingStationUtils';
+} from './Helpers';