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" import React from "react" type AppProps
= {
pageProps: P
} & Omit