mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-23 20:00:15 +01:00
fix(ui): change SelectDropdown to SelectDropDown in multiple files
This commit is contained in:
parent
214067cfcb
commit
e1c731299c
5 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import React from 'react';
|
||||
import { useRecoilValue } from 'recoil';
|
||||
import TextareaAutosize from 'react-textarea-autosize';
|
||||
import SelectDropdown from '../../ui/SelectDropdown';
|
||||
import SelectDropdown from '../../ui/SelectDropDown';
|
||||
import { Input } from '~/components/ui/Input.tsx';
|
||||
import { Label } from '~/components/ui/Label.tsx';
|
||||
import { Slider } from '~/components/ui/Slider.tsx';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue