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 6, 2024
1 parent bc9cfff commit c94391e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/settings/llm/Moonshot/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit c94391e

Please sign in to comment.