import React from 'react' import { SimpleGrid } from '@chakra-ui/react' const Index = ({children}) => { return ( {children} ) } export default Index