fix: remove export for PreviewImages

This commit is contained in:
rzmk 2025-09-30 15:19:06 -04:00
parent a052eac69f
commit 7768120234

View file

@ -102,18 +102,7 @@ function Hero() {
); );
} }
const previewButtonVariants = cva( function PreviewImages() {
"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() {
const [active, setActive] = useState(0); const [active, setActive] = useState(0);
const previews = [ const previews = [
{ {