import { BaseBox, StackCustom, TextCustom, ProgressCustom } from "@/components"; export default function Invesment_BoxProgressSection({status}: {status: string}) { return ( <> {status === "publish" && ( Progress Saham )} ); }