mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 09:50:15 +01:00
fix(Enum): cannot be used as a value when imported as type (#764)
This commit is contained in:
parent
96d29f7390
commit
06a7fba39b
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import { TModelSelectProps } from '~/common';
|
||||
import type { ESide } from '~/common';
|
||||
import { TModelSelectProps, ESide } from '~/common';
|
||||
import {
|
||||
Switch,
|
||||
SelectDropDown,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue