Created
April 25, 2018 13:10
-
-
Save gladchinda/92e92c0ee7890584dbccd27c5c081169 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Module imports here ... | |
| import ChatMessage from './ChatMessage'; | |
| const SAD_EMOJI = [55357, 56864]; | |
| const HAPPY_EMOJI = [55357, 56832]; | |
| const NEUTRAL_EMOJI = [55357, 56848]; | |
| // Chat component class here ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment