Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12491 Rev 12492
Línea 18... Línea 18...
18
 
18
 
19
	const history = useHistory()
19
	const history = useHistory()
20
	const dispatch = useDispatch()
20
	const dispatch = useDispatch()
21
	const [showDeleteModal, setShowDeleteModal] = useState(false)
21
	const [showDeleteModal, setShowDeleteModal] = useState(false)
22
	const [deleteLink, setDeleteLink] = useState('')
22
	const [deleteLink, setDeleteLink] = useState('')
23
	const [items, setItems] = useState({})
23
	const [items, setItems] = useState([])
24
	const [search, setSearch] = useState('')
24
	const [search, setSearch] = useState('')
25
	const [startItem, setStartItem] = useState(1)
25
	const [startItem, setStartItem] = useState(1)
26
	const [lastItem, setLastItem] = useState(10)
26
	const [lastItem, setLastItem] = useState(10)
27
	const [total, setTotal] = useState(10)
27
	const [total, setTotal] = useState(10)