Skip to content

Commit

Permalink
fix: remove pinia export from stores
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Feb 5, 2024
1 parent 18d85a2 commit 269f13f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/store/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
import { createPinia } from 'pinia'

export * from './types'

export const pinia = createPinia()

0 comments on commit 269f13f

Please sign in to comment.