Fixed build errors and restructured Calendar page

This commit is contained in:
knownotunknown
2024-02-19 18:26:09 -06:00
parent b4c96a9a10
commit c676be4765
22 changed files with 69 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
import { CalendarCourseCellProps } from 'src/views/components/common/CalendarCourseCell/CalendarCourseCell';
import { CalendarCourseCellProps } from 'src/views/components/calendar/CalendarCourseCell/CalendarCourseCell';
import useSchedules from './useSchedules';
const dayToNumber: { [day: string]: number } = {