We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec0ab8 commit 7bbf773Copy full SHA for 7bbf773
1 file changed
app/containers/markdown/components/emoji/Emoji.tsx
@@ -1,6 +1,6 @@
1
import React, { useContext } from 'react';
2
import { Text, View, useWindowDimensions } from 'react-native';
3
-import { Emoji as EmojiProps } from '@rocket.chat/message-parser';
+import { type Emoji as EmojiProps } from '@rocket.chat/message-parser';
4
5
import Plain from '../Plain';
6
import useShortnameToUnicode from '../../../../lib/hooks/useShortnameToUnicode';
0 commit comments