From eab06cb386b3d1dd79e7486837b3d054a5aaa898 Mon Sep 17 00:00:00 2001 From: "suraj.shenoy.b@gmail.com" Date: Sat, 25 Jan 2025 20:47:59 -0600 Subject: [PATCH] Update --- src/components/ui/{calendar.tsx => calendar.jsx} | 4 +--- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) rename src/components/ui/{calendar.tsx => calendar.jsx} (97%) 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 (