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