import { AuthProvider } from '../src/context/AuthContext'; function MyApp({ Component, pageProps }) { return ( ); } export default MyApp;