import { VotePageCard } from "./votepagecard";
export type { VotePageCardProps } from "./votepagecard";
export default VotePageCard;
