Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2864 Rev 2885
Línea 10... Línea 10...
10
 
10
 
11
import { QuestionStats } from './QuestionCard'
11
import { QuestionStats } from './QuestionCard'
12
import WidgetWrapper from '../widgets/WidgetLayout'
12
import WidgetWrapper from '../widgets/WidgetLayout'
13
import CommentForm from '../dashboard/linkedin/comments/comment-form'
13
import CommentForm from '../dashboard/linkedin/comments/comment-form'
14
import CommentsList from '../dashboard/linkedin/comments/comment-list'
14
import CommentsList from '../dashboard/linkedin/comments/comment-list'
15
import withReactions from '@app/hocs/withReaction'
15
import { withReactions } from '@hocs'
16
import { Typography } from '@mui/material'
16
import { Typography } from '@mui/material'
Línea 17... Línea 17...
17
import { axios, parse } from '@utils'
17
import { axios, parse } from '@utils'
18
 
18