Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2780 Rev 2885
Línea 2... Línea 2...
2
import { useNavigate } from 'react-router-dom'
2
import { useNavigate } from 'react-router-dom'
3
import { useSelector } from 'react-redux'
3
import { useSelector } from 'react-redux'
Línea 4... Línea 4...
4
 
4
 
Línea 5... Línea 5...
5
import { useFetch } from '@hooks'
5
import { useFetch } from '@hooks'
6
 
6
 
7
import Widget from '@app/components/UI/Widget'
7
import Widget from '@components/UI/Widget'
Línea 8... Línea 8...
8
import List from '@app/components/UI/List'
8
import EmptySection from '@components/UI/EmptySection'
9
import EmptySection from '@app/components/UI/EmptySection'
9
import List from '@components/UI/List'
10
 
10
 
11
export default function HomeNews({ currentPost }) {
11
export default function HomeNews({ currentPost }) {