X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Form%2Fentities%2FPerformanceRecord.ts;h=06114da6be0a602422504d2e238a6b3792cae81a;hb=c3da35d496cbb2c78e85fb3d2e125ffd6fd297f4;hp=1369377d7207db7b4484058aa9607f52fe7f50ae;hpb=2896e06dc8d72adf7150b23c941079f622f6f37c;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/orm/entities/PerformanceRecord.ts b/src/types/orm/entities/PerformanceRecord.ts index 1369377d..06114da6 100644 --- a/src/types/orm/entities/PerformanceRecord.ts +++ b/src/types/orm/entities/PerformanceRecord.ts @@ -1,6 +1,6 @@ import { Collection, Entity, OneToMany, PrimaryKey, Property } from '@mikro-orm/core'; -import type { PerformanceData } from '../../internal'; +import type { PerformanceData } from './PerformanceData'; @Entity() export class PerformanceRecord {