diff --git a/src/components/EventCard.jsx b/src/components/EventCard.jsx index 474ada7..7ea030c 100644 --- a/src/components/EventCard.jsx +++ b/src/components/EventCard.jsx @@ -1,3 +1,5 @@ +"use client" + import Image from "next/image"; import { useRouter } from "next/navigation";