fixup! refactor: use alias

This commit is contained in:
Methapon2001 2024-08-09 15:08:25 +07:00
parent fb42744a33
commit 622b25b900
2 changed files with 7 additions and 7 deletions

View file

@ -49,7 +49,7 @@ import ImageUploadDialog from 'components/ImageUploadDialog.vue';
import FormEmployeeHealthCheck from 'components/03_customer-management/FormEmployeeHealthCheck.vue';
import FormEmployeeWorkHistory from 'components/03_customer-management/FormEmployeeWorkHistory.vue';
import FormEmployeeOther from 'components/03_customer-management/FormEmployeeOther.vue';
import useOptionStore from 'src/stores/options';
import useOptionStore from 'stores/options';
import { DialogContainer, DialogHeader } from 'components/dialog';
const { t, locale } = useI18n();