import { Container, DataGridInner } from '@/components';
import { ManageWalletContextProvider } from './hooks/ManageWalletHistoryContext';
import { Breadcrumbs, Link } from '@mui/material';
import { Helmet } from 'react-helmet';
const WalletHistory = () => {
return (
<>
TPAY | Wallet History
Wallet History
Dashboard
Wallet
Wallet History
>
);
};
export default WalletHistory;