We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744288e commit 86dba9fCopy full SHA for 86dba9f
src/components/EventCard.tsx
@@ -3,6 +3,8 @@ import { useRouter } from "next/router"
3
import { useTranslation } from "next-i18next"
4
import { BsCalendar3 } from "react-icons/bs"
5
6
+import { cn } from "@/lib/utils/cn"
7
+
8
import type { EventCardProps } from "@/lib/types"
9
10
import { ButtonLink } from "@/components/ui/buttons/Button"
0 commit comments