From 776812023414c578d268be52ad272d857e1e80c0 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:19:06 -0400 Subject: [PATCH] fix: remove export for PreviewImages --- docs/app/(home)/page.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/app/(home)/page.tsx b/docs/app/(home)/page.tsx index 576978e..3536b4c 100644 --- a/docs/app/(home)/page.tsx +++ b/docs/app/(home)/page.tsx @@ -102,18 +102,7 @@ function Hero() { ); } -const previewButtonVariants = cva( - "w-22 h-9 text-sm font-medium transition-colors rounded-full", - { - variants: { - active: { - true: "text-fd-primary-foreground", - false: "text-fd-muted-foreground", - }, - }, - }, -); -export function PreviewImages() { +function PreviewImages() { const [active, setActive] = useState(0); const previews = [ {