Skip to content

Commit

Permalink
refactor(components): export useCarousel hook
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMikko27 committed Dec 30, 2024
1 parent 1081536 commit 4c449f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/components/cards/data-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const columns: ColumnDef<Payment>[] = [
aria-label="Select row"
/>
),
enableSorting: false,
enableSorting: true,
enableHiding: false,
},
{
Expand Down
1 change: 1 addition & 0 deletions apps/www/registry/default/ui/carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,5 @@ export {
CarouselItem,
CarouselPrevious,
CarouselNext,
useCarousel,
}
1 change: 1 addition & 0 deletions apps/www/registry/new-york/ui/carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,5 @@ export {
CarouselItem,
CarouselPrevious,
CarouselNext,
useCarousel,
}

0 comments on commit 4c449f5

Please sign in to comment.