Skip to content

Commit

Permalink
[front] - refactor: reorder export statements in Carousel component
Browse files Browse the repository at this point in the history
 - Moved the CarouselApi type export to uphold code consistency and improve readability
  • Loading branch information
JulesBelveze committed Feb 28, 2025
1 parent f2ec021 commit 6eab16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/components/home/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ CarouselNext.displayName = "CarouselNext";

export {
Carousel,
type CarouselApi,
CarouselContent,
CarouselItem,
CarouselNext,
CarouselPrevious,
type CarouselApi,
};

0 comments on commit 6eab16a

Please sign in to comment.