Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1809 Rev 1810
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 20... Línea -...
20
 
-
 
21
import './styles/linkedin.scss'
-
 
22
 
20
 
23
const LinkedInCompany = () => {
21
const LinkedInCompany = () => {
24
  const [backendVars, setBackendVars] = useState(null)
22
  const [backendVars, setBackendVars] = useState(null)
25
  const [actionsUrls, setActionsUrls] = useState({})
23
  const [actionsUrls, setActionsUrls] = useState({})
26
  const [isFollower, setIsFollower] = useState(false)
24
  const [isFollower, setIsFollower] = useState(false)