Here is Dialog component
import AlertDialog from "@/components/ui/dialog-2"; export default function DemoOne() { return <AlertDialog />; }