From 4c96fa349c6fe2409a54ee7bb6c8a43b85a4e109 Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Sat, 20 Jul 2024 20:49:33 -0500 Subject: changes in queryinput home layout --- packages/ui/shadcn/command.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages') diff --git a/packages/ui/shadcn/command.tsx b/packages/ui/shadcn/command.tsx index ed929aa2..e91973be 100644 --- a/packages/ui/shadcn/command.tsx +++ b/packages/ui/shadcn/command.tsx @@ -3,7 +3,6 @@ import * as React from "react"; import { type DialogProps } from "@radix-ui/react-dialog"; import { Command as CommandPrimitive } from "cmdk"; -import { Search } from "lucide-react"; import { cn } from "@repo/ui/lib/utils"; import { Dialog, DialogContent } from "@repo/ui/shadcn/dialog"; @@ -39,7 +38,6 @@ const CommandInput = React.forwardRef< React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => (
-