import '../styles/globals.css' import { Toaster } from 'react-hot-toast' function MyApp({ Component, pageProps }) { return ( <> ) } export default MyApp