fix(ui): change SelectDropdown to SelectDropDown in multiple files

This commit is contained in:
Danny Avila 2023-04-05 12:00:52 -04:00
parent 214067cfcb
commit e1c731299c
5 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ import { cn } from '~/utils';
import { Button } from '../../ui/Button.tsx';
import { Settings2 } from 'lucide-react';
import { Tabs, TabsList, TabsTrigger } from '../../ui/Tabs.tsx';
import SelectDropdown from '../../ui/SelectDropdown';
import SelectDropdown from '../../ui/SelectDropDown';
import Settings from '../../Endpoints/BingAI/Settings.jsx';
import EndpointOptionsPopover from '../../Endpoints/EndpointOptionsPopover';
import SaveAsPresetDialog from '../../Endpoints/SaveAsPresetDialog';