Skip to content

Commit

Permalink
fixed build error in event card component
Browse files Browse the repository at this point in the history
  • Loading branch information
chiscookeke11 committed Feb 27, 2025
1 parent 845714c commit c6fe1f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/EventCard.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client"

import Image from "next/image";
import { useRouter } from "next/navigation";

Expand Down

0 comments on commit c6fe1f3

Please sign in to comment.