package-lock.json: sync
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index 0c398c5739e475bff92a85b4d533968b352b3661..ebb5619b44929c655bf5c275dcf73b7d6aebd2bb 100644 (file)
@@ -5,7 +5,7 @@ import { ChargingStationWorkerData, ChargingStationWorkerMessage, ChargingStatio
 import Configuration from '../utils/Configuration';
 import { Storage } from '../performance/storage/Storage';
 import { StorageFactory } from '../performance/storage/StorageFactory';
-import { UIServiceUtils } from './UIWebSocketServices/UIServiceUtils';
+import { UIServiceUtils } from './ui-websocket-services/UIServiceUtils';
 import UIWebSocketServer from './UIWebSocketServer';
 import Utils from '../utils/Utils';
 import WorkerAbstract from '../worker/WorkerAbstract';