index.js 101 B

12345
  1. import { createPinia } from 'pinia';
  2. export const pinia = createPinia();
  3. export * from './modules';