import { ThemeProvider } from "next-themes"; import "../styles/globals.css"; import Head from "next/head"; const MyApp = ({ Component, pageProps }) => { return ( <> DeskCut ); }; export default MyApp;