Update react-router-dom and migrate to @daypicker/react 10
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user