Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / charging-station / MessageChannelUtils.ts
index 19266f73f6fee0348814dd7e4643838c50376a74..fe11041afd2dd30fdef81fa6fa8aec427148c1be 100644 (file)
@@ -3,7 +3,7 @@ import {
   ChargingStationWorkerMessage,
   ChargingStationWorkerMessageEvents,
 } from '../types/ChargingStationWorker';
-import type Statistics from '../types/Statistics';
+import type { Statistics } from '../types/Statistics';
 import type ChargingStation from './ChargingStation';
 
 export class MessageChannelUtils {