chore: clean

This commit is contained in:
Methapon Metanipat 2024-09-17 11:41:57 +07:00
parent 66b167dea5
commit de105473a9

View file

@ -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<Pagination<Customer[]>>();
const fileManager = manageFile<