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

@@ -5,7 +5,7 @@ import DependencyGraph from '@/libs/dependency-graph';
import {
ACCOUNT_TYPES,
getAccountsSupportsMultiCurrency,
} from 'src/constants/accounts';
} from '@/constants/accounts';
import { TenantModel } from '@/modules/System/models/TenantModel';
import { SearchableModel } from '@/modules/Search/SearchableMdel';
import { CustomViewBaseModel } from '@/modules/CustomViews/CustomViewBaseModel';