import InvestmentPlansClient from "./client";

export default function InvestmentPlansPage() {
  return <InvestmentPlansClient />;
}
