diff --git a/src/components/03_customer-management/CustomerInfoComponent.vue b/src/components/03_customer-management/CustomerInfoComponent.vue index 399b7699..72d653ee 100644 --- a/src/components/03_customer-management/CustomerInfoComponent.vue +++ b/src/components/03_customer-management/CustomerInfoComponent.vue @@ -8,7 +8,6 @@ import useOptionStore from 'src/stores/options'; import { Status } from 'src/stores/types'; import { CustomerBranch, CustomerType } from 'src/stores/customer/types'; -import AppBox from 'components/app/AppBox.vue'; import BranchCardCustomer from 'components/03_customer-management/BranchCardCustomer.vue'; import PaginationComponent from 'src/components/PaginationComponent.vue'; import NoData from 'components/NoData.vue'; @@ -87,9 +86,12 @@ watch(currentStatus, async () => {