From a8a0f433e36b5fd53a82a3bbfec47624b09831a8 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:07:19 +0700 Subject: [PATCH] fixup! refactor: use alias --- .../components/employer/EmployerFormBranch.vue | 2 +- .../components/employer/EmployerFormBusiness.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/03_customer-management/components/employer/EmployerFormBranch.vue b/src/pages/03_customer-management/components/employer/EmployerFormBranch.vue index 6bb8de6f..714b9335 100644 --- a/src/pages/03_customer-management/components/employer/EmployerFormBranch.vue +++ b/src/pages/03_customer-management/components/employer/EmployerFormBranch.vue @@ -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 { diff --git a/src/pages/03_customer-management/components/employer/EmployerFormBusiness.vue b/src/pages/03_customer-management/components/employer/EmployerFormBusiness.vue index 1f50bfc2..2c31027f 100644 --- a/src/pages/03_customer-management/components/employer/EmployerFormBusiness.vue +++ b/src/pages/03_customer-management/components/employer/EmployerFormBusiness.vue @@ -1,5 +1,5 @@