diff --git a/src/app/settings/features/SettingList/Item.tsx b/src/app/settings/features/SettingList/Item.tsx index d9fa7a12863f..8367e58db16a 100644 --- a/src/app/settings/features/SettingList/Item.tsx +++ b/src/app/settings/features/SettingList/Item.tsx @@ -1,4 +1,4 @@ -import { Icon, List } from '@lobehub/ui'; +import { Icon, List } from '@bentwnghk/ui'; import { createStyles, useResponsive } from 'antd-style'; import { ChevronRight, type LucideIcon } from 'lucide-react'; import { CSSProperties, ReactNode, memo } from 'react'; diff --git a/src/app/settings/llm/components/ProviderConfig/index.tsx b/src/app/settings/llm/components/ProviderConfig/index.tsx index 53d7da4d2fb5..a302bbf6b830 100644 --- a/src/app/settings/llm/components/ProviderConfig/index.tsx +++ b/src/app/settings/llm/components/ProviderConfig/index.tsx @@ -1,5 +1,5 @@ -import { Form, type ItemGroup } from '@lobehub/ui'; -import type { FormItemProps } from '@lobehub/ui/es/Form/components/FormItem'; +import { Form, type ItemGroup } from '@bentwnghk/ui'; +import type { FormItemProps } from '@bentwnghk/ui/es/Form/components/FormItem'; import { Form as AntForm, Switch } from 'antd'; import { debounce } from 'lodash-es'; import { ReactNode, memo } from 'react';