X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fperformance%2Findex.ts;h=1cbed3782f18202307b662ee92398d1d6a2f511e;hb=48c7e1d6db4b3cbf82d17e191b2255066c462a71;hp=aae8e4d0147c910bc1070cac02e7f817ea6028c4;hpb=c1565026eb14b8bf6aa494c89ccbfcea1ff1dc67;p=e-mobility-charging-stations-simulator.git diff --git a/src/performance/index.ts b/src/performance/index.ts index aae8e4d0..1cbed378 100644 --- a/src/performance/index.ts +++ b/src/performance/index.ts @@ -1,3 +1,3 @@ -export { PerformanceStatistics } from './PerformanceStatistics'; -export { type Storage } from './storage/Storage'; -export { StorageFactory } from './storage/StorageFactory'; +export { PerformanceStatistics } from './PerformanceStatistics.js' +export { type Storage } from './storage/Storage.js' +export { StorageFactory } from './storage/StorageFactory.js'