We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9a8ce commit e823adbCopy full SHA for e823adb
โsrc/components/common/Calendar.tsxโ
@@ -15,7 +15,7 @@ interface EventCardsProps {
15
date: Date | string | null;
16
}
17
18
-export function Calendar() {
+export default function Calendar() {
19
const [calendarHeight, setCalendarHeight] = useState<string | number>('auto');
20
const calendarRef = useRef<FullCalendar | null>(null);
21
const [selectedEvents, setSelectedEvents] = useState<Event[]>([]);
0 commit comments