import { InformationCircleIcon } from '@heroicons/react/20/solid' import Tooltip from './Tooltip' const InfoTooltip = ({ content }: { content: string }) => ( ) export default InfoTooltip