import Link from "next/link"; import { useRouter } from "next/router"; import { useContext } from "react"; import useTranslation from "next-translate/useTranslation"; const ApplicationList = (props) => { let { t } = useTranslation(); const router = useRouter(); const { locale } = router; return ( <>
Showing 1 to 10 of 54 entries
Previous 1{" "} 2 {" "} 3 {" "} 4 {" "} 5 {" "} Next