import { GeistProvider, CssBaseline } from '@geist-ui/react' function MyApp({ Component, pageProps }) { return ( ) } export default MyApp