index.ts 90 B

12345
  1. import { createPinia } from 'pinia';
  2. const store = createPinia();
  3. export default store;