diff --git a/apps/www/app/(app)/examples/playground/components/preset-actions.tsx b/apps/www/app/(app)/examples/playground/components/preset-actions.tsx index 9b57241a045..4819dcfa5d8 100644 --- a/apps/www/app/(app)/examples/playground/components/preset-actions.tsx +++ b/apps/www/app/(app)/examples/playground/components/preset-actions.tsx @@ -1,7 +1,6 @@ "use client" import * as React from "react" -import { Dialog } from "@radix-ui/react-dialog" import { MoreHorizontal } from "lucide-react" import { toast } from "@/registry/new-york/hooks/use-toast" @@ -16,6 +15,7 @@ import { } from "@/registry/new-york/ui/alert-dialog" import { Button } from "@/registry/new-york/ui/button" import { + Dialog, DialogContent, DialogDescription, DialogFooter,