import Image from "next/image"; const Search: React.FC = () => { return (
); }; export default Search;