diff --git a/src/app/settings/llm/Moonshot/index.tsx b/src/app/settings/llm/Moonshot/index.tsx index 830fd2a3bd5a..c9da4b0725df 100644 --- a/src/app/settings/llm/Moonshot/index.tsx +++ b/src/app/settings/llm/Moonshot/index.tsx @@ -1,5 +1,5 @@ import { Moonshot } from '@lobehub/icons'; -import { Form, type ItemGroup } from '@lobehub/ui'; +import { Form, type ItemGroup } from '@bentwnghk/ui'; import { Form as AntForm, Input, Switch } from 'antd'; import { useTheme } from 'antd-style'; import { debounce } from 'lodash-es';