import '@styles/globals.css' import type { AppProps as NextAppProps } from "next/app"; import 'react-loading-skeleton/dist/skeleton.css' import Head from 'next/head'; import { ThemeProvider } from 'next-themes' import App from '@components/app'; type AppProps
= {
pageProps: P;
} & Omit