Skip to content

Commit

Permalink
🐛 fix: fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Feb 14, 2024
1 parent 2276f93 commit b88bc14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/settings/features/SettingList/Item.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
4 changes: 2 additions & 2 deletions src/app/settings/llm/components/ProviderConfig/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit b88bc14

Please sign in to comment.