From 28398f79a733ec1d64785e05c29af902daa74d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Oscar=20Nu=C3=B1ez?= Date: Sat, 17 Aug 2024 19:19:08 -0300 Subject: [PATCH] Update apps/www/registry/new-york/ui/command.tsx Co-authored-by: Nick Anisimov --- apps/www/registry/new-york/ui/command.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/www/registry/new-york/ui/command.tsx b/apps/www/registry/new-york/ui/command.tsx index ffae19ad30b..44f5d7a11e9 100644 --- a/apps/www/registry/new-york/ui/command.tsx +++ b/apps/www/registry/new-york/ui/command.tsx @@ -7,8 +7,7 @@ import { Command as CommandPrimitive } from "cmdk" import { cn } from "@/lib/utils" -import { VisuallyHidden } from "@radix-ui/react-visually-hidden" -import { Dialog, DialogContent, DialogDescription, DialogTitle } from "@/registry/new-york/ui/dialog" +import { Dialog, DialogContent, DialogTitle } from "@/registry/new-york/ui/dialog" const Command = React.forwardRef< React.ElementRef,