From 4eae90f4dc376d86dfb4272b7d400566e47c1025 Mon Sep 17 00:00:00 2001 From: liamcarvajal Date: Thu, 6 Feb 2025 00:18:20 -0500 Subject: [PATCH] fix --- packages/frontend/components/Plan/ReqErrorModal.tsx | 1 - packages/frontend/components/ScheduleCourse/ScheduleCourse.tsx | 1 - packages/frontend/utils/constants.ts | 1 - 3 files changed, 3 deletions(-) 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.";