diff --git a/src/stores/customer/index.ts b/src/stores/customer/index.ts index c2ec9032..d02573da 100644 --- a/src/stores/customer/index.ts +++ b/src/stores/customer/index.ts @@ -11,12 +11,10 @@ import { CustomerBranchCreate, CustomerType, } from './types'; -import useFlowStore from '../flow'; import { Employee } from '../employee/types'; import { baseUrl, manageFile } from '../utils'; const useCustomerStore = defineStore('api-customer', () => { - const flowStore = useFlowStore(); const data = ref>(); const fileManager = manageFile<