mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: replace all src/ imports to @ alias
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user