diff --git a/packages/react/src/components/header/searchbar/components/SearchBar.tsx b/packages/react/src/components/header/searchbar/components/SearchBar.tsx index 3be77f724..b7a6dd931 100644 --- a/packages/react/src/components/header/searchbar/components/SearchBar.tsx +++ b/packages/react/src/components/header/searchbar/components/SearchBar.tsx @@ -1,5 +1,10 @@ import { CommandList, Command as CommandPrimitive } from "cmdk"; -import { Command, CommandGroup, CommandShortcut } from "@/shadcn/ui/command"; +import { + Command, + CommandGroup, + CommandItem, + CommandShortcut, +} from "@/shadcn/ui/command"; import { cn } from "@/lib/utils"; import { queryAtom, @@ -139,10 +144,12 @@ export function SearchBar({ className="ml-2 flex-1 bg-transparent outline-none placeholder:text-base-8" />