Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric
This commit is contained in:
@@ -36,7 +36,7 @@ const testimonials = [
|
||||
},
|
||||
];
|
||||
|
||||
const Testimonial14 = () => {
|
||||
const Testimonial = () => {
|
||||
const [api, setApi] = useState<CarouselApi>();
|
||||
const [current, setCurrent] = useState(0);
|
||||
|
||||
@@ -109,4 +109,4 @@ const Testimonial14 = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default Testimonial14;
|
||||
export default Testimonial;
|
||||
|
||||
Reference in New Issue
Block a user