import 'tailwindcss/tailwind.css'; import { ThemeProvider } from "next-themes"; function MyApp({ Component, pageProps }) { return ( ); } export default MyApp;