File "sample-store.stub"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/invoiceshelf/modules/src/Commands/stubs/resources/scripts/stores/sample-store.stub
File size: 166 bytes
MIME-type: text/plain
Charset: utf-8

const { defineStore } = window.pinia

export const useSampleStore = defineStore({
  id: '$LOWER_NAME$-sample-store',
  state: () => ({
    sample: 'sample',
  }),
})