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