import { InformationCircleIcon } from "@heroicons/react/24/outline"; import { StyledTooltip } from "."; const InfoHover = ({ msg }: { msg: string }) => { const id = "info-hover"; return ( <> ); }; export default InfoHover;