import "../styles/globals.css"; import { NextUIProvider } from "@nextui-org/react"; import type { AppProps } from "next/app"; export default function MyApp({ Component, pageProps }: AppProps) { return ( ); }