import Link from "next/link"; import { useRouter } from "next/router"; import { useContext } from "react"; import useTranslation from "next-translate/useTranslation"; const ApplicationTabsComments = (props) => { let { t } = useTranslation(); const router = useRouter(); const { locale } = router; return ( <>

Representations received regarding XXXXXXXX XXXXXXXX XXXXXXX Order

No comments have been received as yet. Any we receive will be published on this page.

); }; export default ApplicationTabsComments;