refactor(simulator): introduce HTTP methods enum
[e-mobility-charging-stations-simulator.git] / src / charging-station / SharedLRUCache.ts
index 64ee0146faab86a6df151c5a96d0e5e916d44b66..49c06e90e53cb825433754b3e4a384df956631c4 100644 (file)
@@ -1,8 +1,8 @@
 import LRUCache from 'mnemonist/lru-map-with-delete';
 
-import { Bootstrap } from '../internal';
+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',