refactor: use alias
This commit is contained in:
parent
f9494dc845
commit
be7a036b8d
31 changed files with 77 additions and 77 deletions
|
|
@ -2,22 +2,22 @@
|
|||
import { storeToRefs } from 'pinia';
|
||||
import { ref, onMounted, computed, watch } from 'vue';
|
||||
import { Icon } from '@iconify/vue';
|
||||
import { BranchContact } from 'src/stores/branch-contact/types';
|
||||
import { BranchContact } from 'stores/branch-contact/types';
|
||||
import { useQuasar } from 'quasar';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import type { QTableProps } from 'quasar';
|
||||
|
||||
import useBranchStore from 'stores/branch';
|
||||
import useFlowStore from 'src/stores/flow';
|
||||
import useFlowStore from 'stores/flow';
|
||||
import {
|
||||
BranchWithChildren,
|
||||
BranchCreate,
|
||||
Branch,
|
||||
BankBook,
|
||||
} from 'stores/branch/types';
|
||||
import { Status } from 'src/stores/types';
|
||||
import { Status } from 'stores/types';
|
||||
|
||||
import useUtilsStore, { dialog, baseUrl } from 'src/stores/utils';
|
||||
import useUtilsStore, { dialog, baseUrl } from 'stores/utils';
|
||||
import AddButton from 'components/AddButton.vue';
|
||||
import TooltipComponent from 'components/TooltipComponent.vue';
|
||||
import StatCard from 'components/StatCardComponent.vue';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue