From 3e48ce08c8363ac8470cb6e13dbefcb240eb9b89 Mon Sep 17 00:00:00 2001 From: Manuel Holtgrewe Date: Mon, 5 Feb 2024 09:01:37 +0100 Subject: [PATCH] fix: remove export pinia from stores --- src/stores/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/stores/index.ts b/src/stores/index.ts index 106eb5d..c9f6f04 100644 --- a/src/stores/index.ts +++ b/src/stores/index.ts @@ -1,5 +1 @@ -import { createPinia } from 'pinia' - export * from './types' - -export const pinia = createPinia()