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