Skip to content

Commit

Permalink
🐛 fix: fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Jan 9, 2024
1 parent 9034c48 commit a1e9155
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/chat/(desktop)/features/ChatInput/Footer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Icon } from '@lobehub/ui';
import { Icon } from '@bentwnghk/ui';
import { Button, Dropdown, Space } from 'antd';
import { createStyles } from 'antd-style';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/app/chat/(desktop)/features/ChatInput/Header/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ActionIcon } from '@lobehub/ui';
import { ActionIcon } from '@bentwnghk/ui';
import { Maximize2, Minimize2 } from 'lucide-react';
import { memo } from 'react';

Expand Down
2 changes: 1 addition & 1 deletion src/app/chat/(desktop)/features/ChatInput/TextArea.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TextArea } from '@lobehub/ui';
import { TextArea } from '@bentwnghk/ui';
import { createStyles } from 'antd-style';
import { TextAreaRef } from 'antd/es/input/TextArea';
import { memo, useEffect, useRef } from 'react';
Expand Down

0 comments on commit a1e9155

Please sign in to comment.