This commit is contained in:
2023-06-12 22:20:41 +01:00
parent bbbfe799a3
commit 7666d78c0b
6 changed files with 321 additions and 173 deletions
+5 -7
View File
@@ -1,11 +1,9 @@
import React from "react";
//import WalletRoutes from "../components/MyWallet/Wallet";
import MyCoupons from "../components/MyCoupons/MyCoupons";
export default function MyCouponPage() {
return (
<>
<MyCoupons />
</>
);
return (
<>
<MyCoupons />
</>
);
}