import "../styles/globals.css"; import "react-toastify/dist/ReactToastify.css"; import type { AppProps } from "next/app"; import Head from "next/head"; import React from "react"; import { ToastContainer } from "react-toastify"; function MyApp({ Component, pageProps }: AppProps) { return ( <>