Skip to content

Commit

Permalink
chore: fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-ru committed Oct 8, 2024
1 parent c609509 commit 10e4a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/authjs/useAuthState.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Session } from 'next-auth'
import type { Session } from '@auth/core/types'
import type { CommonUseAuthStateReturn } from '../../types'
import { makeCommonAuthState } from '../commonAuthState'

Expand Down

0 comments on commit 10e4a21

Please sign in to comment.