import { InformationCircleIcon } from '@heroicons/react/outline' export function InfoTooltip(props: { text: string }) { const { text } = props return (
) }