diff --git a/src/components/ui/calendar.tsx b/src/components/ui/calendar.jsx similarity index 97% rename from src/components/ui/calendar.tsx rename to src/components/ui/calendar.jsx index 115cff9..5d418bd 100644 --- a/src/components/ui/calendar.tsx +++ b/src/components/ui/calendar.jsx @@ -7,14 +7,12 @@ import { DayPicker } from "react-day-picker" import { cn } from "@/lib/utils" import { buttonVariants } from "@/components/ui/button" -export type CalendarProps = React.ComponentProps - function Calendar({ className, classNames, showOutsideDays = true, ...props -}: CalendarProps) { +}) { return (