index.js 89 B

123456
  1. /**
  2. * pinia
  3. */
  4. import { createPinia } from 'pinia';
  5. export default createPinia();