import '../styles/globals.css';
import NextProgress from 'next-progress';
import { ToastContainer, Slide } from 'react-toastify';
import 'react-toastify/dist/ReactToastify.css';
import { useRouter } from 'next/router';
import { AnimatePresence } from 'framer-motion';
function MyApp({ Component, pageProps }) {
const router = useRouter();
return (
<>
window.scrollTo(0, 0)}
>
>
)
}
export default MyApp