diff --git a/app/(app)/app/_sections/HorizontalCarousel.tsx b/app/(app)/app/_sections/HorizontalCarousel.tsx index 677b172..97ecc06 100644 --- a/app/(app)/app/_sections/HorizontalCarousel.tsx +++ b/app/(app)/app/_sections/HorizontalCarousel.tsx @@ -1,5 +1,7 @@ "use client"; import CreatorCard from "@/components/CreatorCard"; +import { cn } from "@/lib/utils"; + export default function HorizontalCarousel() { const cards = [ { @@ -45,8 +47,8 @@ export default function HorizontalCarousel() { ]; return (