export default function BotonAdd({ show, setshow, }: { show: boolean; setshow: (arg0: boolean) => void; }) { if (!show) return null; return ( ); }