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