import Head from 'next/head'; import 'tailwindcss/tailwind.css'; import '../styles/global.css'; function MyApp({ Component, pageProps }) { return ( <> ); } export default MyApp;