export default function SearchPopup({ isSearch, handleSearch, handleOptionalPanel }) { return ( <>
) }