diff options
Diffstat (limited to 'src/components/dms/EmojiPopup.tsx')
-rw-r--r-- | src/components/dms/EmojiPopup.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dms/EmojiPopup.tsx b/src/components/dms/EmojiPopup.tsx index a8f2f83e7..a988d00b5 100644 --- a/src/components/dms/EmojiPopup.tsx +++ b/src/components/dms/EmojiPopup.tsx @@ -1 +1 @@ -export {EmojiPopup} from 'react-native-emoji-popup' +export {EmojiPicker as EmojiPopup} from '../../../modules/expo-emoji-picker' |