import { Button } from "@/registry/ui/button" import { ButtonGroup } from "@/registry/ui/button-group" import { Input } from "@/registry/ui/input" import { SearchIcon } from "lucide-react" export default function ButtonGroupInput() { return ( ) }