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