import React from 'react'; const Search = () => { return (
); }; export default Search;