X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fperformance%2Findex.ts;h=851999c96aff134f8e6a2474127bbc70840ac580;hb=cc04ce3549100de93505abdd6ff43fd3d968998d;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..851999c9 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'