Rev 2632 | AutorÃa | Ultima modificación | Ver Log |
import { useFetch } from '@hooks' export function useMicroLearning() { const { data: links } = useFetch('/microlearning', {}) return links }
import { useFetch } from '@hooks'
export function useMicroLearning() {
const { data: links } = useFetch('/microlearning', {})
return links
}