blog items mock-up components
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user