import { ViewWrapper } from "@/components"; import Voting_BoxPublishSection from "@/screens/Voting/BoxPublishSection"; export default function VotingContribution() { return ( {Array.from({ length: 5 }).map((_, index) => ( ))} ); }