blog items mock-up components

This commit is contained in:
gom-by
2025-01-14 10:54:34 +01:00
parent eedc4fb3be
commit f833001b94
7 changed files with 188 additions and 146 deletions

View File

@@ -54,7 +54,7 @@ const data = [
},
];
const Gallery6 = () => {
const Gallery = () => {
const [carouselApi, setCarouselApi] = useState<CarouselApi>();
const [canScrollPrev, setCanScrollPrev] = useState(false);
const [canScrollNext, setCanScrollNext] = useState(false);
@@ -171,4 +171,4 @@ const Gallery6 = () => {
);
};
export default Gallery6;
export default Gallery;