import { useTranslation } from "react-i18next"; export default function ReportsCategoryPage() { const { t } = useTranslation(); return (

{t("reports.hub.categoryZoom")}

{t("common.underConstruction")}

); }