Skip to content

Commit

Permalink
🐛 fix: Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Oct 16, 2023
1 parent aa4216c commit 1e931d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import { SiOpenai } from '@icons-pack/react-simple-icons';
import { ActionIconGroup, RenderAction, Tag, useChatListActionsBar } from '@lobehub/ui';
import { RenderMessage, RenderMessageExtra } from '@lobehub/ui/src';
import {
ActionIconGroup,
RenderAction,
RenderMessage,
RenderMessageExtra,
Tag,
useChatListActionsBar,
} from '@lobehub/ui';
import { createStyles } from 'antd-style';
import { memo } from 'react';
import { Flexbox } from 'react-layout-kit';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RenderMessage } from '@lobehub/ui/src';
import { RenderMessage } from '@lobehub/ui';
import { memo } from 'react';

export const DefautMessage: RenderMessage = memo(({ id, content }) => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { ActionIconGroup, RenderAction, useChatListActionsBar } from '@lobehub/ui';
import { RenderMessage } from '@lobehub/ui/src';
import { ActionIconGroup, RenderAction, RenderMessage, useChatListActionsBar } from '@lobehub/ui';
import { memo } from 'react';
import { Flexbox } from 'react-layout-kit';

Expand Down

0 comments on commit 1e931d5

Please sign in to comment.