index.js 84 B

1234567
  1. import { createPinia } from 'pinia'
  2. const store = createPinia()
  3. export {
  4. store
  5. }