/* eslint-disable react-hooks/exhaustive-deps */ import Voting_ScreenStatus from "@/screens/Voting/ScreenStatus"; export default function VotingStatus() { return ( <> ); }