Skip to content

Commit

Permalink
fix(calendar): remove unused hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Dec 8, 2024
1 parent f27b96b commit e6073ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
} from '../data/enrolled-courses';
import { useCalendar, useOtherWeekCourseTimes } from '../helpers/calendar';
import { useCalendarHourHeight } from '../helpers/calendar-hour-height';
import { useExportCalendar } from '../helpers/export-calendar';
import { calcHoursDuration } from '../helpers/hours-duration';
import { useZoom } from '../helpers/zoom';
import type dayjs from '../lib/dayjs';
Expand Down Expand Up @@ -191,8 +190,6 @@ const EndActions = () => {
onOpen: onReadyModalOpen,
onOpenChange: onReadyModalOpenChange,
} = useDisclosure();
const { copyText } = useExportCalendar();

return (
<div
className="absolute -bottom-[0.5rem] left-0 flex w-full items-center justify-center gap-4"
Expand Down

0 comments on commit e6073ad

Please sign in to comment.