diff --git a/src/helpers/orm.ts b/src/helpers/orm.ts index e0188ab..b36e26c 100644 --- a/src/helpers/orm.ts +++ b/src/helpers/orm.ts @@ -1,7 +1,7 @@ import config from 'config'; import { DataSource } from "typeorm"; import { ILogObj, Logger } from 'tslog'; -import { Branch, Product } from 'Entity' +import { Branch, Product } from 'entity' export class OrmHelper { static DB: DataSource = null