Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2632 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2632 Rev 2798
Línea 1... Línea 1...
1
import useFetch from './useFetch'
1
import { useFetch } from '@hooks'
Línea 2... Línea 2...
2
 
2
 
3
export function useMicroLearning() {
3
export function useMicroLearning() {
4
  const { data: links } = useFetch('/microlearning', {})
4
  const { data: links } = useFetch('/microlearning', {})
5
  return links
5
  return links