import { AvatarUsernameAndOtherComponent, BadgeCustom, BaseBox, ViewWrapper, } from "@/components"; export default function Voting_ListOfContributor() { return ( {Array.from({ length: 10 }).map((_, index) => ( Pilihan {index + 1} } /> ))} ); }