chore: ran linting

This commit is contained in:
Anish Sarkar 2026-07-15 15:48:54 +05:30
parent aa3c62b754
commit 01308055dd
33 changed files with 80 additions and 81 deletions

View file

@ -150,11 +150,11 @@ function CommandShortcut({ className, ...props }: React.ComponentProps<"span">)
export {
Command,
CommandDialog,
CommandInput,
CommandList,
CommandEmpty,
CommandGroup,
CommandInput,
CommandItem,
CommandShortcut,
CommandList,
CommandSeparator,
CommandShortcut,
};