import { FloatingButton, SearchInput, ViewWrapper } from "@/components"; import Voting_BoxPublishSection from "@/screens/Voting/BoxPublishSection"; import { router } from "expo-router"; export default function VotingBeranda() { return ( router.push("/voting/create")} /> } headerComponent={} > {Array.from({ length: 5 }).map((_, index) => ( ))} ); }