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