From 92031cd02844f264a225e931ed05c527d945b303 Mon Sep 17 00:00:00 2001 From: Jake Langlois Date: Sun, 15 Sep 2024 15:57:29 -0400 Subject: [PATCH] removed unused imports --- packages/frontend/components/Sidebar/NUPathSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";