X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fperformance%2Findex.ts;h=aae8e4d0147c910bc1070cac02e7f817ea6028c4;hb=03e9d27705d90abb583fddcd0cc94b585110c633;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..aae8e4d0 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'; +export { type Storage } from './storage/Storage'; +export { StorageFactory } from './storage/StorageFactory';