consumed family wallet API

This commit was merged in pull request #645.
This commit is contained in:
victorAnumudu
2024-03-17 23:47:35 +01:00
parent dfdbf404a5
commit c1600a2a13
5 changed files with 101 additions and 68 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import FamilyWallet from "../components/MyWallet/FamilyWallet";
import FamilyWalletCon from "../components/MyWallet/FamilyWalletCon";
export default function FamilyWalletPage() {
return <FamilyWallet />;
return <FamilyWalletCon />;
}