diff --git a/rsconcept/frontend/src/components/input/combo-box.tsx b/rsconcept/frontend/src/components/input/combo-box.tsx deleted file mode 100644 index 725e08ec..00000000 --- a/rsconcept/frontend/src/components/input/combo-box.tsx +++ /dev/null @@ -1,93 +0,0 @@ -'use client'; - -import { useState } from 'react'; -import { Check, ChevronDownIcon } from 'lucide-react'; - -import { cn } from '@/lib/utils'; - -import { Button } from '../ui/button'; -import { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from '../ui/command'; -import { Popover, PopoverContent, PopoverTrigger } from '../ui/popover'; - -interface ComboBoxProps