build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / src / charging-station / MessageChannelUtils.ts
index 40496b602cf2456c88761966a231f0db21ed009e..749a21ddcac8b767f2732868f3cfdd154dd53444 100644 (file)
@@ -1,10 +1,10 @@
-import type ChargingStation from './ChargingStation';
+import type { ChargingStation } from './internal';
 import {
   type ChargingStationData,
   type ChargingStationWorkerMessage,
   ChargingStationWorkerMessageEvents,
-} from '../types/ChargingStationWorker';
-import type { Statistics } from '../types/Statistics';
+  type Statistics,
+} from '../types';
 
 export class MessageChannelUtils {
   private constructor() {