Skip to content

Commit e1c0a19

Browse files
authored
fix(nuxt): Avoid recursive import from Nuxt #imports (#1823)
1 parent 269205f commit e1c0a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useNuxtApp } from '#imports'
1+
import { useNuxtApp } from '#app'
22
export * from 'pinia'
33

44
export const usePinia = () => useNuxtApp().$pinia

0 commit comments

Comments
 (0)