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