We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aea22d commit 7b5dc30Copy full SHA for 7b5dc30
package/src/components/Message/MessageSimple/MessageContent.tsx
@@ -27,8 +27,8 @@ import {
27
28
import { useViewport } from '../../../hooks/useViewport';
29
import type { DefaultStreamChatGenerics } from '../../../types/types';
30
-import { useMessageData } from '../hooks/useMessageData';
31
import { Poll } from '../../Poll/Poll';
+import { useMessageData } from '../hooks/useMessageData';
32
33
const styles = StyleSheet.create({
34
container: {
0 commit comments