chore(server): use absolute import paths (#8080)
update server to use absolute import paths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { PartnerEntity } from '@app/infra/entities';
|
||||
import { PartnerEntity } from 'src/infra/entities/partner.entity';
|
||||
|
||||
export interface PartnerIds {
|
||||
sharedById: string;
|
||||
|
||||
Reference in New Issue
Block a user