Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoneywill committed Mar 1, 2022
1 parent 38b4363 commit 940fe92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/common/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ import {
Grid,
GridItem,
Tooltip,
TagRightIcon,
IconButton,
} from "@chakra-ui/react";

import { FaBars, FaClipboard } from "react-icons/fa";
import { FaBars } from "react-icons/fa";
import { BiNetworkChart } from "react-icons/bi";
import { BsSunFill, BsMoonStarsFill } from "react-icons/bs";

Expand Down

0 comments on commit 940fe92

Please sign in to comment.