import { Copy } from "lucide-react" import { Button } from "@/registry/default/ui/button" import { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, } from "@/registry/default/ui/dialog" import { Input } from "@/registry/default/ui/input" import { Label } from "@/registry/default/ui/label" export default function DialogCloseButton() { return ( Share link Anyone who has this link will be able to view this.
) }