import '../styles/globals.css' import type { AppProps } from 'next/app' import Head from 'next/head' function MyApp({ Component, pageProps }: AppProps) { return ( <> Wishes ) } export default MyApp