Skip to content

Commit a023f17

Browse files
committed
fix: rename top level dir as well
1 parent f58a780 commit a023f17

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

src/components/AITypingIndicatorView/AIStateIndicator.tsx renamed to src/components/AIStateIndicator/AIStateIndicator.tsx

File renamed without changes.

src/components/AITypingIndicatorView/hooks/useAIState.ts renamed to src/components/AIStateIndicator/hooks/useAIState.ts

File renamed without changes.
File renamed without changes.

src/components/MessageInput/MessageInputFlat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { useMessageInputContext } from '../../context/MessageInputContext';
3333
import { useComponentContext } from '../../context/ComponentContext';
3434

3535
import type { DefaultStreamChatGenerics } from '../../types/types';
36-
import { AIStates, useAIState } from '../AITypingIndicatorView';
36+
import { AIStates, useAIState } from '../AIStateIndicator';
3737

3838
export const MessageInputFlat = <
3939
StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics

src/components/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export * from './UserItem';
3636
export * from './Window';
3737
export * from './Threads';
3838
export * from './ChatView';
39-
export * from './AITypingIndicatorView';
39+
export * from './AIStateIndicator';
4040

4141
export { UploadButton } from './ReactFileUtilities';
4242
export type { UploadButtonProps } from './ReactFileUtilities';

0 commit comments

Comments
 (0)