Línea 4... |
Línea 4... |
4 |
import parse from 'html-react-parser'
|
4 |
import parse from 'html-react-parser'
|
5 |
import { connect } from 'react-redux'
|
5 |
import { connect } from 'react-redux'
|
6 |
import { setIntlLabels } from '../../../redux/intl/intl.action'
|
6 |
import { setIntlLabels } from '../../../redux/intl/intl.action'
|
7 |
import { setTimelineUrl } from '../../../redux/feed/feed.actions'
|
7 |
import { setTimelineUrl } from '../../../redux/feed/feed.actions'
|
8 |
import { addNotification } from '../../../redux/notification/notification.actions'
|
8 |
import { addNotification } from '../../../redux/notification/notification.actions'
|
9 |
import Spinner from '../../../shared/loading-spinner/Spinner'
|
- |
|
10 |
import FeedSection from '../../../dashboard/components/feed-section/FeedSection'
|
9 |
import FeedSection from '../../../dashboard/components/feed-section/FeedSection'
|
11 |
import SuggestWidget from '../../../shared/helpers/my-groups-helper/SuggestWidget'
|
10 |
import SuggestWidget from '../../../shared/helpers/my-groups-helper/SuggestWidget'
|
12 |
import CompanyFollowersHelper from '../../../shared/helpers/company-followers-helper/CompanyFollowers'
|
11 |
import CompanyFollowersHelper from '../../../shared/helpers/company-followers-helper/CompanyFollowers'
|
13 |
import CompanyInfo from '../components/CompanyInfo'
|
12 |
import CompanyInfo from '../components/CompanyInfo'
|