refactor: add form.ts of quotation

This commit is contained in:
Thanaphon Frappet 2024-10-01 15:02:18 +07:00
parent a468246826
commit 8e44ac3318

View file

@ -0,0 +1,5 @@
import { defineStore } from 'pinia';
export const useQuotationForm = defineStore('form-quotation', () => {
return {};
});