refactor(simulator): align casing on enums between key and value
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStationWorkerBroadcastChannel.ts
index 02febe4ab81d3a275d0b5a216dfe7f172f622eb0..787b349a868326c0658a0e8d875b0e1571f313bd 100644 (file)
@@ -39,9 +39,7 @@ import {
   type StopTransactionRequest,
   type StopTransactionResponse,
 } from '../types';
-import { Constants } from '../utils/Constants';
-import { logger } from '../utils/Logger';
-import { Utils } from '../utils/Utils';
+import { Constants, Utils, logger } from '../utils';
 
 const moduleName = 'ChargingStationWorkerBroadcastChannel';