refactor: use alias

This commit is contained in:
Methapon2001 2024-08-09 15:06:41 +07:00
parent f9494dc845
commit be7a036b8d
31 changed files with 77 additions and 77 deletions

View file

@ -4,8 +4,8 @@ import useAddressStore, {
District,
Province,
SubDistrict,
} from 'src/stores/address';
import { selectFilterOptionRefMod } from 'src/stores/utils';
} from 'stores/address';
import { selectFilterOptionRefMod } from 'stores/utils';
import { QSelect } from 'quasar';
defineProps<{