refactor(simulator): switch utils to internal module export/import
[e-mobility-charging-stations-simulator.git] / src / charging-station / SharedLRUCache.ts
index d2d638690fdb755ead4c5f5b68842cf22ba53b4c..49c06e90e53cb825433754b3e4a384df956631c4 100644 (file)
@@ -2,7 +2,7 @@ import LRUCache from 'mnemonist/lru-map-with-delete';
 
 import { Bootstrap } from './internal';
 import type { ChargingStationConfiguration, ChargingStationTemplate } from '../types';
-import { Utils } from '../utils/Utils';
+import { Utils } from '../utils';
 
 enum CacheType {
   CHARGING_STATION_TEMPLATE = 'chargingStationTemplate',