import { InformationCircleIcon } from "@heroicons/react/solid"; import { Tooltip } from "@calcom/ui/Tooltip"; export default function InfoBadge({ content }: { content: string }) { return ( <> ); }