refactor(simulator): switch utils to internal module export/import
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStationWorker.ts
index 3a1859a4a027057d99541b403a7464c5966310a1..11d7cb0efa238530a321958f9cf7c0deefa3367a 100644 (file)
@@ -6,7 +6,7 @@ import { ThreadWorker } from 'poolifier';
 
 import { ChargingStation, ChargingStationUtils } from './internal';
 import type { ChargingStationWorkerData } from '../types';
-import { Utils } from '../utils/Utils';
+import { Utils } from '../utils';
 import { WorkerConstants, type WorkerMessage, WorkerMessageEvents } from '../worker';
 
 // Conditionally export ThreadWorker instance for pool usage