import { Input } from "@/components/ui/input" import { Search as SearchIcon } from "lucide-react" export function Search() { return (
) }