import { BadgeCustom, BoxWithHeaderSection, Spacing, StackCustom, TextCustom, } from "@/components"; import { GStyles } from "@/styles/global-styles"; import { Voting_ComponentDetailDataSection } from "./ComponentDetailDataSection"; export function Voting_BoxDetailContributionSection({ headerAvatar, }: { headerAvatar?: React.ReactNode; }) { return ( <> {headerAvatar ? headerAvatar : } Pilihan Anda Pilihan 1 ); }