| Línea 16... |
Línea 16... |
| 16 |
import CompanyActions from '@app/components/company/CompanyActions'
|
16 |
import CompanyActions from '@app/components/company/CompanyActions'
|
| 17 |
import CompanyFollowers from '@app/components/company/CompanyFollowers'
|
17 |
import CompanyFollowers from '@app/components/company/CompanyFollowers'
|
| 18 |
import FeedList from '@app/components/dashboard/linkedin/feed-list/FeedList'
|
18 |
import FeedList from '@app/components/dashboard/linkedin/feed-list/FeedList'
|
| 19 |
import GroupInfo from '@app/components/widgets/linkedin/InfoWidget'
|
19 |
import GroupInfo from '@app/components/widgets/linkedin/InfoWidget'
|
| Línea -... |
Línea 20... |
| - |
|
20 |
|
| - |
|
21 |
import './styles/linkedin.scss'
|
| 20 |
|
22 |
|
| 21 |
const LinkedInCompany = () => {
|
23 |
const LinkedInCompany = () => {
|
| 22 |
const [backendVars, setBackendVars] = useState(null)
|
24 |
const [backendVars, setBackendVars] = useState(null)
|
| 23 |
const [actionsUrls, setActionsUrls] = useState({})
|
25 |
const [actionsUrls, setActionsUrls] = useState({})
|
| 24 |
const [isFollower, setIsFollower] = useState(false)
|
26 |
const [isFollower, setIsFollower] = useState(false)
|