import "../styles/globals.css"; import type { AppProps } from "next/app"; import { ChakraProvider, Container, Flex, Image, Text } from "@chakra-ui/react"; function MyApp({ Component, pageProps }: AppProps) { return ( Request Authentication ); } export default MyApp;