import { NextAuth } from 'next-auth';
I encountered an error in the above import statement.
The module ""next-auth"" does not have any exported member named 'NextAuth'.ts(2305) import NextAuth
I am using version "next-auth": "^4.24.10", which seems to be causing the issue with NextAuth.