import { FC, PropsWithChildren } from "react"; import { Poppable } from "@/lib/poppables/components/poppable"; import { Icon } from "@/components/Icon"; export const HelpPopper: FC = ({ children }) => { return ( ); };