chore: clean
This commit is contained in:
parent
66b167dea5
commit
de105473a9
1 changed files with 0 additions and 2 deletions
|
|
@ -11,12 +11,10 @@ import {
|
||||||
CustomerBranchCreate,
|
CustomerBranchCreate,
|
||||||
CustomerType,
|
CustomerType,
|
||||||
} from './types';
|
} from './types';
|
||||||
import useFlowStore from '../flow';
|
|
||||||
import { Employee } from '../employee/types';
|
import { Employee } from '../employee/types';
|
||||||
import { baseUrl, manageFile } from '../utils';
|
import { baseUrl, manageFile } from '../utils';
|
||||||
|
|
||||||
const useCustomerStore = defineStore('api-customer', () => {
|
const useCustomerStore = defineStore('api-customer', () => {
|
||||||
const flowStore = useFlowStore();
|
|
||||||
const data = ref<Pagination<Customer[]>>();
|
const data = ref<Pagination<Customer[]>>();
|
||||||
|
|
||||||
const fileManager = manageFile<
|
const fileManager = manageFile<
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue