import { Button } from "@/registry/ui/button" import { Input } from "@/registry/ui/input" export default function InputWithButtonDemo() { return (
) }