wzg пре 5 месеци
родитељ
комит
e52aa5189e
1 измењених фајлова са 5 додато и 0 уклоњено
  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;