chore: fix compilation

This commit is contained in:
Thomas Camlong
2025-11-17 10:21:49 +01:00
parent ebc5541605
commit 01629843bd
7 changed files with 14 additions and 14 deletions

View File

@@ -60,12 +60,9 @@ function Calendar({
...classNames,
}}
components={{
IconLeft: ({ className, ...props }) => (
Chevron: ({ className, ...props }) => (
<ChevronLeft className={cn("size-4", className)} {...props} />
),
IconRight: ({ className, ...props }) => (
<ChevronRight className={cn("size-4", className)} {...props} />
),
}}
{...props}
/>