feat: replace all src/ imports to @ alias

This commit is contained in:
Ahmed Bouhuolia
2024-12-15 00:50:10 +02:00
parent 2ba31148ca
commit 70211980aa
11 changed files with 14 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
import { ApiProperty } from '@nestjs/swagger';
import { Knex } from 'knex';
import { Item } from 'src/modules/Items/models/Item';
import { Item } from '@/modules/Items/models/Item';
// import { AbilitySubject } from '@/interfaces';
// import { IFilterRole } from '@/interfaces/DynamicFilter';