refactor(simulator): remove unneeded type casting
[e-mobility-charging-stations-simulator.git] / src / performance / index.ts
index 1b61c4652343d38d09747b4c3e429e6d9ad1388f..258dbc01f5912d056633f423bd08ae9403986bbf 100644 (file)
@@ -1,3 +1 @@
-export { PerformanceStatistics } from './PerformanceStatistics';
-export { Storage } from './storage/Storage';
-export { StorageFactory } from './storage/StorageFactory';
+export { PerformanceStatistics, type Storage, StorageFactory } from './internal';