import { TextCustom, ViewWrapper } from "@/components"; export default function AdminInvestmentReview() { return ( <> Admin Investment Review ); }