mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
chore: rename _app.js file in sandpack
This commit is contained in:
@@ -20,7 +20,7 @@ export const authOptions = {
|
||||
}
|
||||
export default NextAuth(authOptions)
|
||||
`,
|
||||
"pages/_app.jsx": `import { SessionProvider } from "next-auth/react"
|
||||
"pages/_app.js": `import { SessionProvider } from "next-auth/react"
|
||||
export default function App({
|
||||
Component,
|
||||
pageProps: { session, ...pageProps },
|
||||
|
||||
Reference in New Issue
Block a user