import PageTitle from "@/core/components/PageTitle"; import { Stack } from "@mui/material"; import DataTable from "./DataTable"; const CountryKeyPressReportPage = () => { return ( ); }; export default CountryKeyPressReportPage;