Chore(medusa,utils,types,inventory,stock-location): remove core dependency modules (#3531)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { generateEntityId, SoftDeletableEntity } from "@medusajs/utils"
|
||||
import { BeforeInsert, Column, Entity, Index } from "typeorm"
|
||||
import { SoftDeletableEntity, generateEntityId } from "@medusajs/medusa"
|
||||
|
||||
@Entity()
|
||||
export class StockLocationAddress extends SoftDeletableEntity {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { generateEntityId, SoftDeletableEntity } from "@medusajs/utils"
|
||||
import {
|
||||
BeforeInsert,
|
||||
Column,
|
||||
@@ -6,9 +7,7 @@ import {
|
||||
JoinColumn,
|
||||
ManyToOne,
|
||||
} from "typeorm"
|
||||
import { SoftDeletableEntity, generateEntityId } from "@medusajs/medusa"
|
||||
|
||||
import { StockLocationAddress } from "."
|
||||
import { StockLocationAddress } from "./stock-location-address"
|
||||
|
||||
@Entity()
|
||||
export class StockLocation extends SoftDeletableEntity {
|
||||
|
||||
Reference in New Issue
Block a user