Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Langlois committed Sep 15, 2024
1 parent 5837d91 commit 92031cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/components/Sidebar/NUPathSection.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 92031cd

Please sign in to comment.