Skip to content

Commit

Permalink
remove unused icon
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeZ123 committed Nov 3, 2024
1 parent ddbb298 commit c1aab5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/components/Header/GraduateHeaders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
useMediaQuery,
} from "@chakra-ui/react";
import { MetaInfoWidget } from "../MetaInfo/MetaInfo";
import { HamburgerIcon, RepeatClockIcon, ChatIcon } from "@chakra-ui/icons";
import { HamburgerIcon, RepeatClockIcon } from "@chakra-ui/icons";
import {
useWhatsNewModal,
WhatsNewModalContextProvider,
Expand Down

0 comments on commit c1aab5b

Please sign in to comment.