Skip to content

Commit 86dba9f

Browse files
authored
Update src/components/EventCard.tsx
1 parent 744288e commit 86dba9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/EventCard.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { useRouter } from "next/router"
33
import { useTranslation } from "next-i18next"
44
import { BsCalendar3 } from "react-icons/bs"
55

6+
import { cn } from "@/lib/utils/cn"
7+
68
import type { EventCardProps } from "@/lib/types"
79

810
import { ButtonLink } from "@/components/ui/buttons/Button"

0 commit comments

Comments
 (0)