6 lines
148 B
React
6 lines
148 B
React
import FamilyWalletCon from "../components/MyWallet/FamilyWalletCon";
|
|
|
|
export default function FamilyWalletPage() {
|
|
return <FamilyWalletCon />;
|
|
}
|