refactor: cleanup worker related type definitions
[e-mobility-charging-stations-simulator.git] / src / performance / index.ts
index 258dbc01f5912d056633f423bd08ae9403986bbf..851999c96aff134f8e6a2474127bbc70840ac580 100644 (file)
@@ -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'