diff --git a/packages/frontend/components/Plan/ReqErrorModal.tsx b/packages/frontend/components/Plan/ReqErrorModal.tsx index bd95ed1b..e2e71758 100644 --- a/packages/frontend/components/Plan/ReqErrorModal.tsx +++ b/packages/frontend/components/Plan/ReqErrorModal.tsx @@ -26,7 +26,6 @@ import { FALL_1_COOP_ERROR_MSG, GENERIC_ERROR_MSG, SEARCH_NEU_FETCH_COURSE_ERROR_MSG, - SPRING_4, SPRING_4_COOP_ERROR_MSG, getCourseDisplayString, } from "../../utils"; diff --git a/packages/frontend/components/ScheduleCourse/ScheduleCourse.tsx b/packages/frontend/components/ScheduleCourse/ScheduleCourse.tsx index d865c7ea..a6a84307 100644 --- a/packages/frontend/components/ScheduleCourse/ScheduleCourse.tsx +++ b/packages/frontend/components/ScheduleCourse/ScheduleCourse.tsx @@ -22,7 +22,6 @@ import { DELETE_COURSE_AREA_DND_ID, FALL_1, SEARCH_NEU_FETCH_COURSE_ERROR_MSG, - SPRING_4, isCourseFromSidebar, } from "../../utils"; import { ReqErrorModal } from "../Plan/ReqErrorModal"; diff --git a/packages/frontend/utils/constants.ts b/packages/frontend/utils/constants.ts index 32011f69..c4f981b0 100644 --- a/packages/frontend/utils/constants.ts +++ b/packages/frontend/utils/constants.ts @@ -11,7 +11,6 @@ export const BETA_MAJOR_TOOLTIP_MSG = export const GEN_PLACEHOLDER_MSG = "General Placeholderse are generic courses that you can place in your plan if you do not know yet what to take but want the requirements to be fulfilled"; export const FALL_1 = "1-FL"; -export const SPRING_4 = "4-SP"; export const COOP_TITLE = "Co-op Education"; export const FALL_1_COOP_ERROR_MSG = "You may only register a co-op in your second year and beyond.";