import { ThemeProvider } from 'next-themes' export default function App({ Component, pageProps }) { return ( ) }