Added Notification and Started Wallet Withdraw

This commit is contained in:
2023-07-20 20:24:54 +01:00
parent 87f1a1e3e8
commit a3782e2dfc
7 changed files with 342 additions and 1655 deletions
+1 -5
View File
@@ -1,9 +1,5 @@
import WalletRoutes from "../components/MyWallet/Wallet";
export default function MyWalletPage() {
return (
<>
<WalletRoutes />
</>
);
return <WalletRoutes />;
}