fix pinia store

This commit is contained in:
Julien Calixte
2022-02-27 22:53:20 +01:00
parent b2b3003652
commit 10d8be5f53
3 changed files with 9 additions and 3 deletions

3
src/store/store.ts Normal file
View File

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