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