fix import errors
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Entity, Index, ManyToOne, Property } from '@mikro-orm/core';
|
||||
import { BaseEntity } from '../../../../common/entities/base.entity';
|
||||
import { BaseEntity } from '../../../common/entities/base.entity';
|
||||
import { Order } from './order.entity';
|
||||
import { Product } from ../../../products/entities/product.entity';
|
||||
import { Product } from '../../products/entities/product.entity';
|
||||
|
||||
@Entity({ tableName: 'order_items' })
|
||||
@Index({ properties: ['order'] })
|
||||
|
||||
Reference in New Issue
Block a user