diff --git a/src/pages/05_quotation/form.ts b/src/pages/05_quotation/form.ts new file mode 100644 index 00000000..33aa1157 --- /dev/null +++ b/src/pages/05_quotation/form.ts @@ -0,0 +1,5 @@ +import { defineStore } from 'pinia'; + +export const useQuotationForm = defineStore('form-quotation', () => { + return {}; +});