Skip to content

Commit 7bbf773

Browse files
committed
Lint fix
1 parent cec0ab8 commit 7bbf773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/containers/markdown/components/emoji

app/containers/markdown/components/emoji/Emoji.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useContext } from 'react';
22
import { Text, View, useWindowDimensions } from 'react-native';
3-
import { Emoji as EmojiProps } from '@rocket.chat/message-parser';
3+
import { type Emoji as EmojiProps } from '@rocket.chat/message-parser';
44

55
import Plain from '../Plain';
66
import useShortnameToUnicode from '../../../../lib/hooks/useShortnameToUnicode';

0 commit comments

Comments
 (0)