import { XMarkIcon } from "@heroicons/react/24/outline" const BottomPopup = ({ children, active, title, close }) => ( <>
{ title }
{ children }
) export default BottomPopup