/* eslint-disable react-hooks/exhaustive-deps */ import Event_ScreenContribution from "@/screens/Event/ScreenContribution"; export default function EventContribution() { return ( <> ); }