| Línea 16... |
Línea 16... |
| 16 |
TwitterIcon,
|
16 |
TwitterIcon,
|
| 17 |
TwitterShareButton,
|
17 |
TwitterShareButton,
|
| 18 |
WhatsappIcon,
|
18 |
WhatsappIcon,
|
| 19 |
WhatsappShareButton,
|
19 |
WhatsappShareButton,
|
| 20 |
} from 'react-share'
|
20 |
} from 'react-share'
|
| 21 |
|
- |
|
| 22 |
// Redux types
|
- |
|
| 23 |
import { shareModalTypes } from '../../../redux/share-modal/shareModal.types'
|
- |
|
| 24 |
import { feedTypes } from '../../../redux/feed/feed.types'
|
21 |
import { feedTypes } from '../../../redux/feed/feed.types'
|
| 25 |
|
- |
|
| 26 |
// Redux actions
|
22 |
import { shareModalTypes } from '../../../redux/share-modal/shareModal.types'
|
| 27 |
import { openShareModal } from '../../../redux/share-modal/shareModal.actions'
|
23 |
import { openShareModal } from '../../../redux/share-modal/shareModal.actions'
|
| 28 |
import { addNotification } from '../../../redux/notification/notification.actions'
|
24 |
import { addNotification } from '../../../redux/notification/notification.actions'
|
| - |
|
25 |
import useOutsideClick from '../../../hooks/useOutsideClick'
|
| Línea 29... |
Línea 26... |
| 29 |
|
26 |
|
| 30 |
// Components
|
27 |
// Components
|
| 31 |
import FeedModal from './FeedModal'
|
28 |
import FeedModal from './FeedModal'
|
| 32 |
import FeedHeader from './FeedHeader'
|
29 |
import FeedHeader from './FeedHeader'
|
| - |
|
30 |
import FeedCommentSection from './feed-comment/FeedCommentSection'
|
| - |
|
31 |
import RecommendIcon from '@mui/icons-material/Recommend'
|
| - |
|
32 |
import FavoriteIcon from '@mui/icons-material/FavoriteTwoTone'
|
| - |
|
33 |
import VolunteerActivismIcon from '@mui/icons-material/VolunteerActivism'
|
| - |
|
34 |
import EmojiEmotionsIcon from '@mui/icons-material/EmojiEmotions'
|
| 33 |
import FeedCommentSection from './feed-comment/FeedCommentSection'
|
35 |
import TungstenIcon from '@mui/icons-material/Tungsten'
|
| 34 |
import { ReactionButton } from './withReaction'
|
- |
|
| Línea 35... |
Línea 36... |
| 35 |
import useOutsideClick from '../../../hooks/useOutsideClick'
|
36 |
import { ReactionButton } from './withReaction'
|
| 36 |
|
37 |
|
| 37 |
const Feed = ({ feed, owner_shared, image }) => {
|
38 |
const Feed = ({ feed, owner_shared, image }) => {
|
| 38 |
const {
|
39 |
const {
|