Skip to content

Commit

Permalink
fix: remove export pinia from stores
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Feb 5, 2024
1 parent 036d539 commit 3e48ce0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/stores/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 3e48ce0

Please sign in to comment.