X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fperformance%2Findex.ts;h=851999c96aff134f8e6a2474127bbc70840ac580;hb=6c7388a4c4c47e9d19511b8e9b70b0f57d6dbd5f;hp=1b61c4652343d38d09747b4c3e429e6d9ad1388f;hpb=76a5d780d1eb17a18fd5f9d95df2cf0c8bc3d9c9;p=e-mobility-charging-stations-simulator.git diff --git a/src/performance/index.ts b/src/performance/index.ts index 1b61c465..851999c9 100644 --- a/src/performance/index.ts +++ b/src/performance/index.ts @@ -1,3 +1,3 @@ -export { PerformanceStatistics } from './PerformanceStatistics'; -export { 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'