import { ChakraProvider } from '@chakra-ui/react'; import { MainApp } from './components/MainApp'; export default function Home() { return ( ); }