This commit is contained in:
CHIEFSOFT\ameye
2023-06-10 11:14:31 -04:00
parent d279e707dc
commit 99ea92ae99
2 changed files with 59 additions and 2 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
import React from "react";
import WalletRoutes from "../components/MyWallet/Wallet";
//import WalletRoutes from "../components/MyWallet/Wallet";
import MyCoupons from "../components/MyCoupons/MyCoupons";
export default function MyCouponPage() {
return (
<>
<WalletRoutes />
<MyCoupons />
</>
);
}