X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Form%2Fentities%2FPerformanceData.ts;h=fc7268aa5e2c2a20e9d91196cd5310ff9cbff8ce;hb=69074173770c04bc5e5aa744b655edf9491daa46;hp=ef847e743897abdadddbcb0b2c55c97a08c4ec20;hpb=4c3c0d59f56be4d58e906e938c00390b41e0ca7f;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/orm/entities/PerformanceData.ts b/src/types/orm/entities/PerformanceData.ts index ef847e74..fc7268aa 100644 --- a/src/types/orm/entities/PerformanceData.ts +++ b/src/types/orm/entities/PerformanceData.ts @@ -1,6 +1,6 @@ import { Entity, ManyToOne, PrimaryKey, Property } from '@mikro-orm/core'; -import type { PerformanceRecord } from '../../internal'; +import type { PerformanceRecord } from './PerformanceRecord'; @Entity() export class PerformanceData {