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