refactor: revert internal exports
[e-mobility-charging-stations-simulator.git] / src / charging-station / SharedLRUCache.ts
index 1243d6aebe4409d40dda5439bf01ced413ab594c..ba0a47d59b70962ab75517aab0215dda6b0b3424 100644 (file)
@@ -1,6 +1,6 @@
 import LRUCache from 'mnemonist/lru-map-with-delete.js';
 
-import { Bootstrap } from './internal';
+import { Bootstrap } from './Bootstrap';
 import type { ChargingStationConfiguration, ChargingStationTemplate } from '../types';
 import { Utils } from '../utils';