Skip to content

Commit

Permalink
fix: add import type
Browse files Browse the repository at this point in the history
  • Loading branch information
isekovanic committed Dec 5, 2024
1 parent 222713b commit 8fd9e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import type { StreamChat } from 'stream-chat';
import type { SupportedTranslations } from '../../i18n/types';
import type { Streami18n } from '../../i18n/Streami18n';
import type { DefaultStreamChatGenerics } from '../../types/types';
import { MessageContextValue } from '../../context';
import type { MessageContextValue } from '../../context';

export type ChatProps<
StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics
Expand Down

0 comments on commit 8fd9e97

Please sign in to comment.