fix: import error

This commit is contained in:
knownotunknown
2024-02-19 18:34:42 -06:00
committed by doprz
parent 91d930ee92
commit 152bc45776

View File

@@ -1,5 +1,5 @@
import { Meta, StoryObj } from '@storybook/react'; import { Meta, StoryObj } from '@storybook/react';
import CalendarGrid from '@views/components/common/CalendarGrid/CalendarGrid'; import CalendarGrid from 'src/views/components/calendar/CalendarGrid/CalendarGrid';
import { getCourseColors } from '@shared/util/colors'; import { getCourseColors } from '@shared/util/colors';
import { CalendarGridCourse } from '@views/hooks/useFlattenedCourseSchedule'; import { CalendarGridCourse } from '@views/hooks/useFlattenedCourseSchedule';
import { Status } from '@shared/types/Course'; import { Status } from '@shared/types/Course';