I am new in this. so need some help
import { SessionProvider } from 'next-auth/react'
export default function App({Component, pageProps: {session, ...pageProps }
}) {
return (
<SessionProvider session={session}>
<Component {...pageProps}/>
</SessionProvider>
)
}```
This is the app/api/auth/[...nextauth]/route.js file how do it fix this i have installed nextauth i checked the package.json