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