Skip to content

Commit 8fd9e97

Browse files
committed
fix: add import type
1 parent 222713b commit 8fd9e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Chat/Chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import type { StreamChat } from 'stream-chat';
1212
import type { SupportedTranslations } from '../../i18n/types';
1313
import type { Streami18n } from '../../i18n/Streami18n';
1414
import type { DefaultStreamChatGenerics } from '../../types/types';
15-
import { MessageContextValue } from '../../context';
15+
import type { MessageContextValue } from '../../context';
1616

1717
export type ChatProps<
1818
StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics

0 commit comments

Comments
 (0)