mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
fix: remove export for PreviewImages
This commit is contained in:
parent
a052eac69f
commit
7768120234
1 changed files with 1 additions and 12 deletions
|
|
@ -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 = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue