import { AppProps } from 'next/app' import 'tailwindcss/tailwind.css' const MyApp = ({ Component, pageProps }: AppProps): JSX.Element => { return } export default MyApp