This commit is contained in:
2025-08-26 19:13:48 +02:00
parent 48ef1b423d
commit f403a1a831
3 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ function classNames(...classes) {
return classes.filter(Boolean).join(' ')
}
export default function Example() {
export default function Veda3() {
const [selectedColor, setSelectedColor] = useState(product.colors[0])
return (