diff --git a/packages/frontend/components/Sidebar/NUPathSection.tsx b/packages/frontend/components/Sidebar/NUPathSection.tsx index b9b0b329d..019015369 100644 --- a/packages/frontend/components/Sidebar/NUPathSection.tsx +++ b/packages/frontend/components/Sidebar/NUPathSection.tsx @@ -1,5 +1,5 @@ import { NUPathEnum, ScheduleCourse2 } from "@graduate/common"; -import { COOP_BLOCK, SidebarValidationStatus } from "./Sidebar"; +import { SidebarValidationStatus } from "./Sidebar"; import { useState } from "react"; import { Box, Flex, Spinner, Text } from "@chakra-ui/react"; import { HelperToolTip } from "../Help";