| Línea 1... |
Línea 1... |
| 1 |
/* eslint-disable react/display-name */
|
1 |
/* eslint-disable react/display-name */
|
| 2 |
import React, { useEffect, useRef, useState } from 'react'
|
2 |
import React, { useEffect, useRef, useState } from 'react'
|
| 3 |
import RecommendIcon from './reactions/Recommned'
|
3 |
import RecommendIcon from './reactions/Recommned'
|
| 4 |
import FavoriteIcon from './reactions/LoveIt'
|
4 |
import FavoriteIcon from './reactions/LoveIt'
|
| 5 |
import VolunteerActivismIcon from '@mui/icons-material/VolunteerActivism'
|
5 |
import VolunteerActivismIcon from './reactions/Support'
|
| 6 |
import EmojiEmotionsIcon from '@mui/icons-material/EmojiEmotions'
|
6 |
import EmojiEmotionsIcon from './reactions/Fun'
|
| 7 |
import TungstenIcon from './reactions/UserIdea'
|
7 |
import TungstenIcon from './reactions/UserIdea'
|
| Línea 8... |
Línea 8... |
| 8 |
|
8 |
|
| 9 |
import { debounce } from '../../../utils'
|
9 |
import { debounce } from '../../../utils'
|