Skip to content

Commit

Permalink
Update src/views/components/calendar/Calendar/Calendar.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: doprz <[email protected]>
  • Loading branch information
knownotunknown and doprz authored Feb 29, 2024
1 parent fcb4a84 commit 0f2fae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/components/calendar/Calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import CalendarHeader from '@views/components/calendar/CalendarHeader/CalenderHe
import { CalendarSchedules } from '@views/components/calendar/CalendarSchedules/CalendarSchedules';
import ImportantLinks from '@views/components/calendar/ImportantLinks';
import React from 'react';
import type { Course } from 'src/shared/types/Course';
import type { Course } from '@shared/types/Course';
import { useFlattenedCourseSchedule } from '@views/hooks/useFlattenedCourseSchedule';
import { ExampleCourse } from 'src/stories/components/PopupCourseBlock.stories';
import { useFlattenedCourseSchedule } from 'src/views/hooks/useFlattenedCourseSchedule';

import CourseCatalogInjectedPopup from '../../injected/CourseCatalogInjectedPopup/CourseCatalogInjectedPopup';

Expand Down

0 comments on commit 0f2fae5

Please sign in to comment.