Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2864 | Rev 2899 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2864 Rev 2885
Línea 2... Línea 2...
2
import { useSelector } from 'react-redux'
2
import { useSelector } from 'react-redux'
3
import { Box, Typography } from '@mui/material'
3
import { Box, Typography } from '@mui/material'
4
import { SendOutlined, ChatOutlined } from '@mui/icons-material'
4
import { SendOutlined, ChatOutlined } from '@mui/icons-material'
Línea 5... Línea 5...
5
 
5
 
-
 
6
import { parse } from '@utils'
-
 
7
import { withReactions } from '@hocs'
Línea 6... Línea -...
6
import { parse } from '@utils'
-
 
7
 
-
 
8
import withExternalShare from '../dashboard/linkedin/withExternalShare'
-
 
9
import withReactions from '@app/hocs/withReaction'
8
import withExternalShare from '@components/dashboard/linkedin/withExternalShare'
10
 
-
 
11
import Button from '../UI/buttons/Buttons'
-
 
12
import PostFile from './PostFile'
-
 
13
import FeedReactions from '../dashboard/linkedin/feed/FeedReactions'
9
 
14
 
10
import Button from '@components/UI/buttons/Buttons'
15
import CommentForm from '../dashboard/linkedin/comments/comment-form'
11
import CommentForm from '../dashboard/linkedin/comments/comment-form'
-
 
12
import CommentsList from '../dashboard/linkedin/comments/comment-list'
-
 
13
import Widget from '../UI/Widget'
Línea 16... Línea 14...
16
import CommentsList from '../dashboard/linkedin/comments/comment-list'
14
import PostFile from './PostFile'
17
import Widget from '../UI/Widget'
15
import FeedReactions from '@components/dashboard/linkedin/feed/FeedReactions'
18
 
16
 
19
function PostCard({
17
function PostCard({