/* eslint-disable react-hooks/exhaustive-deps */ import Investment_ScreenMyHolding from "@/screens/Invesment/ScreenMyHolding"; export default function InvestmentMyHolding() { return ( <> ); }