Update react-router-dom and migrate to @daypicker/react 10

This commit is contained in:
Steven RYDELL
2026-07-29 11:40:29 +02:00
parent 868dd5e877
commit 5dac3490ee
4 changed files with 48 additions and 33 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
import * as React from 'react';
import { ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon } from 'lucide-react';
import { DayPicker, getDefaultClassNames, type DayButton } from 'react-day-picker';
import { DayPicker, getDefaultClassNames, type DayButton } from '@daypicker/react';
import { cn } from '@/lib/utils';
import { Button, buttonVariants } from '@/components/ui/button';