refactor: use alias

This commit is contained in:
Methapon2001 2024-08-09 14:02:40 +07:00
parent 93f75d813b
commit 9906e612a2
13 changed files with 40 additions and 40 deletions

View file

@ -16,7 +16,7 @@ import {
DeleteButton,
SaveButton,
UndoButton,
} from 'src/components/button';
} from 'components/button';
const { locale } = useI18n();
const adrressStore = useAddressStore();

View file

@ -10,7 +10,7 @@ import {
DeleteButton,
SaveButton,
UndoButton,
} from 'src/components/button';
} from 'components/button';
const { locale } = useI18n();
const employeeWork = defineModel<EmployeeWorkCreate[]>('employeeWork');

View file

@ -8,7 +8,7 @@ import {
DeleteButton,
SaveButton,
UndoButton,
} from 'src/components/button';
} from 'components/button';
const optionsBranch = defineModel<{ id: string; name: string }[]>(
'optionsBranch',