fix: allow to set some x509 certificates in templates
[e-mobility-charging-stations-simulator.git] / src / charging-station / SharedLRUCache.ts
index 1243d6aebe4409d40dda5439bf01ced413ab594c..0d7a9dccec5fc04fbe19c4cbba386151d3af0265 100644 (file)
@@ -1,6 +1,6 @@
-import LRUCache from 'mnemonist/lru-map-with-delete.js';
+import { LRUMapWithDelete as LRUCache } from 'mnemonist';
 
-import { Bootstrap } from './internal';
+import { Bootstrap } from './Bootstrap';
 import type { ChargingStationConfiguration, ChargingStationTemplate } from '../types';
 import { Utils } from '../utils';