chore: rename _app.js file in sandpack

This commit is contained in:
ndom91
2023-02-18 20:41:39 +01:00
parent 9b6bcfe2ce
commit 7e2ff3ee72

View File

@@ -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 },