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