refactor(simulator): switch to named exports
[e-mobility-charging-stations-simulator.git] / src / types / orm / entities / PerformanceData.ts
index 2622fa7217869e20e08ba7ffcc1fbf405cca8869..fc7268aa5e2c2a20e9d91196cd5310ff9cbff8ce 100644 (file)
@@ -1,6 +1,6 @@
 import { Entity, ManyToOne, PrimaryKey, Property } from '@mikro-orm/core';
 
-import { PerformanceRecord } from './PerformanceRecord';
+import type { PerformanceRecord } from './PerformanceRecord';
 
 @Entity()
 export class PerformanceData {