Skip to content

Commit

Permalink
fix: unused directives
Browse files Browse the repository at this point in the history
  • Loading branch information
AKharytonchyk committed Apr 21, 2024
1 parent cc089b6 commit 40f1ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/CoverageCell.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { Box, TableCell, Tooltip, Typography } from "@mui/material";
import { Box, TableCell, Typography } from "@mui/material";
import RYGGradient from "../utils/RYGGradient";
import { CoverageDiffIcon } from "./CoverageDiffIcon";

Expand Down
2 changes: 1 addition & 1 deletion src/components/CoverageDiffIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { Box, Tooltip } from "@mui/material";
import { Tooltip } from "@mui/material";
import { ArrowDownward, ArrowUpward } from "@mui/icons-material";

export const CoverageDiffIcon = (diff: number, prev: number) => {
Expand Down

0 comments on commit 40f1ed7

Please sign in to comment.