Skip to content

Commit

Permalink
Update CalendarCourse.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
knownotunknown committed Feb 14, 2024
1 parent 3c83a3c commit f957363
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/stories/components/CalendarCourse.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Meta, StoryObj } from '@storybook/react';
import { Course, Status } from 'src/shared/types/Course';
import { CourseMeeting, DAY_MAP } from 'src/shared/types/CourseMeeting';
import { CourseSchedule } from 'src/shared/types/CourseSchedule';
import Instructor from 'src/shared/types/Instructor';
import CalendarCourse from 'src/views/components/common/CalendarCourseBlock/CalendarCourseMeeting';
import { Course, Status } from '@shared/types/Course';
import { CourseMeeting, DAY_MAP } from '@shared/types/CourseMeeting';
import { CourseSchedule } from '@shared/types/CourseSchedule';
import Instructor from '@shared/types/Instructor';
import CalendarCourse from '@views/components/common/CalendarCourseBlock/CalendarCourseMeeting';

const meta = {
title: 'Components/Common/CalendarCourseMeeting',
Expand Down

0 comments on commit f957363

Please sign in to comment.