// src/providers/SessionWrapper.js 'use client'; import { SessionProvider } from 'next-auth/react'; export default function SessionWrapper({ children }) { return {children}; }