Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Dec 5, 2024
1 parent 2cc3e0a commit 182f665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/common/EvalChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import type { CategoricalChartFunc } from "recharts/types/chart/generateCategori
import { useStore } from "zustand";
import * as classes from "./EvalChart.css";
import { TreeStateContext } from "./TreeStateContext";
import { IconInfoCircle } from "@tabler/icons-react";

interface EvalChartProps {
isAnalysing: boolean;
Expand Down

0 comments on commit 182f665

Please sign in to comment.