import { Search } from "lucide-react"; const SearchBar = () => { return (
); }; export default SearchBar;