Added Reaction component to use and fixed some warning from vue
This commit is contained in:
9
src/Constants/Reactions.js
Normal file
9
src/Constants/Reactions.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export const REACTIONS = {
|
||||
LIKE: 'Like',
|
||||
DISLIKE: 'Dislike',
|
||||
LOVE: 'Love',
|
||||
HAHA: 'Haha',
|
||||
WOW: 'Wow',
|
||||
SAD: 'Sad',
|
||||
ANGRY: 'Angry'
|
||||
};
|
||||
Reference in New Issue
Block a user