import {
BadgeCustom,
StackCustom,
TextCustom,
ViewWrapper,
} from "@/components";
import Voting_BoxPublishSection from "@/screens/Voting/BoxPublishSection";
import { GStyles } from "@/styles/global-styles";
export default function VotingContribution() {
const bottomComponent = (
Pilihan Anda:
Pilihan 1
);
return (
{Array.from({ length: 5 }).map((_, index) => (
))}
);
}