Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Feb 13, 2025
1 parent 725bfc6 commit 6b61e87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/chat/ChatItem/demos/AlertWithContent.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Highlighter } from '@lobehub/ui';
import { ChatItem, ChatItemProps } from '@lobehub/ui/chat';
import { StoryBook, useControls, useCreateStore } from '@lobehub/ui/storybook';
import { Highlighter } from '@bentwnghk/ui';
import { ChatItem, ChatItemProps } from '@bentwnghk/ui/chat';
import { StoryBook, useControls, useCreateStore } from '@bentwnghk/ui/storybook';

import { avatar } from './data';

Expand Down
6 changes: 3 additions & 3 deletions src/chat/ChatItem/demos/AlertWithDefaultMessagePlacehoder.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Highlighter } from '@lobehub/ui';
import { ChatItem, ChatItemProps } from '@lobehub/ui/chat';
import { StoryBook, useControls, useCreateStore } from '@lobehub/ui/storybook';
import { Highlighter } from '@bentwnghk/ui';
import { ChatItem, ChatItemProps } from '@bentwnghk/ui/chat';
import { StoryBook, useControls, useCreateStore } from '@bentwnghk/ui/storybook';

import { avatar } from './data';

Expand Down

0 comments on commit 6b61e87

Please sign in to comment.