jws-frontend/src/pages/05_quotation/form.ts

6 lines
125 B
TypeScript
Raw Normal View History

2024-10-01 15:02:18 +07:00
import { defineStore } from 'pinia';
export const useQuotationForm = defineStore('form-quotation', () => {
return {};
});