mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 02:10:15 +01:00
chore(Settings.jsx): comment out unused import of InputNumber component
This commit is contained in:
parent
58d162d8b4
commit
28f1e851f9
2 changed files with 13 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import ModelDropDown from '../../ui/ModelDropDown';
|
|||
import { Input } from '~/components/ui/Input.tsx';
|
||||
import { Label } from '~/components/ui/Label.tsx';
|
||||
import { Slider } from '~/components/ui/Slider.tsx';
|
||||
import { InputNumber } from '../../ui/InputNumber';
|
||||
// import { InputNumber } from '../../ui/InputNumber';
|
||||
import OptionHover from './OptionHover';
|
||||
import { HoverCard, HoverCardTrigger } from '~/components/ui/HoverCard.tsx';
|
||||
import { cn } from '~/utils/';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue