wzg il y a 5 mois
Parent
commit
e52aa5189e
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      src/store/index.ts

+ 5 - 0
src/store/index.ts

@@ -0,0 +1,5 @@
+import { createPinia } from "pinia";
+
+const store = createPinia();
+
+export default store;