import { MagnifyingGlassIcon } from '@heroicons/react/24/outline' const SearchBar = () => { return (
) } export default SearchBar