MCPcopy Create free account
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course / SessionWrapper

Function SessionWrapper

Video 131/components/SessionWrapper.js:4–10  ·  view source on GitHub ↗
({children})

Source from the content-addressed store, hash-verified

2import { SessionProvider } from "next-auth/react"
3
4export default function SessionWrapper({children}) {
5 return (
6 <SessionProvider>
7 {children}
8 </SessionProvider>
9 )
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected