chore(server): use absolute import paths (#8080)
update server to use absolute import paths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { SmartInfoEntity } from '@app/infra/entities';
|
||||
import { SmartInfoEntity } from 'src/infra/entities/smart-info.entity';
|
||||
|
||||
export class SmartInfoResponseDto {
|
||||
tags?: string[] | null;
|
||||
|
||||
Reference in New Issue
Block a user