import React from 'react' import { Grid, GridItem } from '@chakra-ui/react' export const MainPage = () => { return ( header aside main footer ) }