import React from "react"; const Search = ({ onSearch }) => { return (
onSearch(e.target.value)} />
); }; export default Search;