Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6515 Rev 6617
Línea 7... Línea 7...
7
 
7
 
Línea 8... Línea 8...
8
import Spinner from '../../UI/EmptySection'
8
import Spinner from '../../UI/EmptySection'
9
 
9
 
10
const SocialNetworks = ({ moodle, microlearning }) => {
10
const SocialNetworks = ({ moodle, microlearning }) => {
Línea 11... Línea 11...
11
  const [loading, setLoading] = useState(false)
11
  const [loading, setLoading] = useState(false)
12
  const labels = useSelector((state) => state.labels)
12
  const labels = useSelector(({ intl }) => intl.labels)
13
 
13
 
14
  const handleOnRoom = async () => {
14
  const handleOnRoom = async () => {