import React from 'react' import { Flex } from '@chakra-ui/react' export const Attention = props => { return ( ) }