I tried to import
Provider
from the client and got this error
./pages/_app.js:2:0
Module not found: Package path ./client is not exported from package C:\Users\Asram EFT\Desktop\threejs-journey Lessons\Nextjs\fbclone-yt\node_modules\next-auth (see exports field in C:\Users\Asram EFT\Desktop\threejs-journey Lessons\Nextjs\fbclone-yt\node_modules\next-auth\package.json)
1 | import "../styles/globals.css";
> 2 | import { Provider } from "next-auth/client";
3 |
4 | function MyApp({ Component, pageProps }) {
5 | return (
https://nextjs.org/docs/messages/module-not-found
this my \node_modules\next-auth\package.JSON exports and I don't have any idea what this error is saying
"exports": {
".": "./index.js",
"./jwt": "./jwt/index.js",
"./react": "./react/index.js",
"./core": "./core/index.js",
"./next": "./next/index.js",
"./client/_utils": "./client/_utils.js",
"./providers/*": "./providers/*.js"
},