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