| Línea 1... |
Línea 1... |
| 1 |
import React, { useState } from 'react'
|
1 |
import React, { useState } from 'react'
|
| 2 |
import { useDispatch, useSelector } from 'react-redux'
|
2 |
import { useDispatch, useSelector } from 'react-redux'
|
| 3 |
import { Box, Button, styled, Typography } from '@mui/material'
|
3 |
import { Box, Button, styled, Typography } from '@mui/material'
|
| 4 |
import { ChatOutlined, SendOutlined, ShareOutlined } from '@mui/icons-material'
|
4 |
import { ChatOutlined, SendOutlined, ShareOutlined } from '@mui/icons-material'
|
| Línea -... |
Línea 5... |
| - |
|
5 |
|
| 5 |
|
6 |
import { withReactions } from '@hocs'
|
| 6 |
import { feedTypes } from '@app/redux/feed/feed.types'
|
7 |
import { feedTypes } from '@app/redux/feed/feed.types'
|
| 7 |
import { openShareModal } from '@app/redux/share-modal/shareModal.actions'
|
8 |
import { openShareModal } from '@app/redux/share-modal/shareModal.actions'
|
| 8 |
import { shareModalTypes } from '@app/redux/share-modal/shareModal.types'
|
- |
|
| 9 |
import withReactions from '@app/hocs/withReaction'
|
9 |
import { shareModalTypes } from '@app/redux/share-modal/shareModal.types'
|
| Línea 10... |
Línea 10... |
| 10 |
import withExternalShare from '../linkedin/withExternalShare'
|
10 |
import withExternalShare from '../linkedin/withExternalShare'
|
| 11 |
|
11 |
|
| 12 |
import Widget from '@components/UI/Widget'
|
12 |
import Widget from '@components/UI/Widget'
|