import { Container, DataGridInner } from '@/components'; import { ManageKycDeletionContextProvider } from './hooks'; import { Breadcrumbs, Link } from '@mui/material'; import { Helmet } from 'react-helmet'; const ManageKycDeletion = () => { return ( <> TPAY | List Deletion

MANAGE KYC DELETION

Dashboard Member History Disbursement
); }; export default ManageKycDeletion;