import Image from "next/image"; import ClydeAffraid from "assets/images/clyde/affraid.svg"; export const Empty = ({ title, description, button, className, action, }: { title?: string; description?: string; button?: any; className?: string; action?: () => void; }) => { return (
{title}
)} {title && ({description}
)} {button && (