Skip to content

Commit e823adb

Browse files
committed
fix: import ์ˆ˜์ •
1 parent cd9a8ce commit e823adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Žsrc/components/common/Calendar.tsxโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface EventCardsProps {
1515
date: Date | string | null;
1616
}
1717

18-
export function Calendar() {
18+
export default function Calendar() {
1919
const [calendarHeight, setCalendarHeight] = useState<string | number>('auto');
2020
const calendarRef = useRef<FullCalendar | null>(null);
2121
const [selectedEvents, setSelectedEvents] = useState<Event[]>([]);

0 commit comments

Comments
ย (0)