import InvestmentDashboardClient from "./client";

export default function InvestmentDashboardPage() {
  return <InvestmentDashboardClient />;
}
