refactor: import alias
This commit is contained in:
parent
1f09edbb59
commit
99a8822cb8
7 changed files with 104 additions and 104 deletions
|
|
@ -10,15 +10,15 @@ import AppBox from 'components/app/AppBox.vue';
|
|||
import AddButton from 'components/AddButton.vue';
|
||||
import TooltipComponent from 'components/TooltipComponent.vue';
|
||||
import StatCard from 'components/StatCardComponent.vue';
|
||||
import BranchCard from 'src/components/01_branch-management/BranchCard.vue';
|
||||
import FormDialog from 'src/components/FormDialog.vue';
|
||||
import FormBranchInformation from 'src/components/01_branch-management/FormBranchInformation.vue';
|
||||
import FormLocation from 'src/components/01_branch-management/FormLocation.vue';
|
||||
import FormQr from 'src/components/01_branch-management/FormQr.vue';
|
||||
import FormBranchContact from 'src/components/01_branch-management/FormBranchContact.vue';
|
||||
import FormImage from 'src/components/01_branch-management/FormImage.vue';
|
||||
import DrawerInfo from 'src/components/DrawerInfo.vue';
|
||||
import InfoForm from 'src/components/02_personnel-management/InfoForm.vue';
|
||||
import BranchCard from 'components/01_branch-management/BranchCard.vue';
|
||||
import FormDialog from 'components/FormDialog.vue';
|
||||
import FormBranchInformation from 'components/01_branch-management/FormBranchInformation.vue';
|
||||
import FormLocation from 'components/01_branch-management/FormLocation.vue';
|
||||
import FormQr from 'components/01_branch-management/FormQr.vue';
|
||||
import FormBranchContact from 'components/01_branch-management/FormBranchContact.vue';
|
||||
import FormImage from 'components/01_branch-management/FormImage.vue';
|
||||
import DrawerInfo from 'components/DrawerInfo.vue';
|
||||
import InfoForm from 'components/02_personnel-management/InfoForm.vue';
|
||||
|
||||
import { BranchWithChildren, BranchCreate } from 'stores/branch/types';
|
||||
import { watch } from 'vue';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue