Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcarvajal committed Feb 6, 2025
1 parent f56972f commit 4eae90f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/frontend/components/Plan/ReqErrorModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 0 additions & 1 deletion packages/frontend/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down

0 comments on commit 4eae90f

Please sign in to comment.