Files
Users-Wrench/src/views/FamilyWalletPage.jsx
T
2024-03-17 23:47:35 +01:00

6 lines
148 B
React

import FamilyWalletCon from "../components/MyWallet/FamilyWalletCon";
export default function FamilyWalletPage() {
return <FamilyWalletCon />;
}