diff options
Diffstat (limited to 'src/types')
| -rw-r--r-- | src/types/next-auth.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/next-auth.d.ts b/src/types/next-auth.d.ts index 2edf150..b481274 100644 --- a/src/types/next-auth.d.ts +++ b/src/types/next-auth.d.ts @@ -1,4 +1,4 @@ -import NextAuth from "next-auth" +import "next-auth" declare module "next-auth" { interface Session { |
