fixup! refactor: use alias
This commit is contained in:
parent
be7a036b8d
commit
a8a0f433e3
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import { ref } from 'vue';
|
|||
import FormAddress from 'components/02_personnel-management/FormAddress.vue';
|
||||
import EmployerFormBusiness from './EmployerFormBusiness.vue';
|
||||
import EmployerFormContact from './EmployerFormContact.vue';
|
||||
import { CustomerCreate } from 'src/stores/customer/types';
|
||||
import { CustomerCreate } from 'stores/customer/types';
|
||||
import EmployerFormAbout from './EmployerFormAbout.vue';
|
||||
import EmployerFormAttachment from './EmployerFormAttachment.vue';
|
||||
import {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import { selectFilterOptionRefMod } from 'src/stores/utils';
|
||||
import { selectFilterOptionRefMod } from 'stores/utils';
|
||||
import { dateFormat, parseAndFormatDate } from 'src/utils/datetime';
|
||||
import { onMounted, watch } from 'vue';
|
||||
import { ref } from 'vue';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue