import React from "react"; import { ThemeProvider } from "next-themes"; // import { AppProps } from 'next/app' // import 'tailwindcss/tailwind.css' import "../styles/main.sass"; function MyApp({ Component, pageProps }) { return ( ); } export default MyApp;