import { Box, BoxProps } from '@chakra-ui/react' import React from 'react' export const Container = (props: BoxProps) => ( ) export default Container