diff --git a/src/store/index.ts b/src/store/index.ts index 106eb5d..c9f6f04 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -1,5 +1 @@ -import { createPinia } from 'pinia' - export * from './types' - -export const pinia = createPinia()