index.ts 89 B

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