import HelpOutlineIcon from '@material-ui/icons/HelpOutline' export const HelpMsg = ({ caption }) => ( <>    {caption} )