import InvestmentClient from "./client";

export default function InvestmentPage() {
  return <InvestmentClient />;
}
