import React from 'react'; const Search = (props) => { return ( { props.search(props.item); }}>Find ); }; export default Search;