Added Reaction component to use and fixed some warning from vue

This commit is contained in:
Dominic Villemure
2024-08-24 18:37:29 -04:00
parent 268c1618fa
commit d0582185d2
9 changed files with 317 additions and 40 deletions

View File

@@ -0,0 +1,9 @@
export const REACTIONS = {
LIKE: 'Like',
DISLIKE: 'Dislike',
LOVE: 'Love',
HAHA: 'Haha',
WOW: 'Wow',
SAD: 'Sad',
ANGRY: 'Angry'
};