diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index d8e91a18..26397eae 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -6,6 +6,7 @@ import { Pagination } from 'src/stores/types'; import useCustomerStore from 'src/stores/customer'; import useEmployeeStore from 'src/stores/employee'; +import ButtonAddComponent from 'src/components/ButtonAddCompoent.vue'; import PersonCard from 'components/home/PersonCard.vue'; import UsersDetailCardComponent from 'src/components/UsersDetailCardComponent.vue'; import SelectorList from 'components/SelectorList.vue'; @@ -1068,6 +1069,28 @@ watch(fieldSelectedCustomer, async () => {