import InvestmentDetailClient from "./client";

export default function InvestmentDetailPage() {
  return <InvestmentDetailClient />;
}
