From bb42f6b70a6ecb1bf7b9dc39a1688c59fe71ee9b Mon Sep 17 00:00:00 2001 From: Harry Li Date: Wed, 29 Jan 2025 13:33:40 -0500 Subject: [PATCH] fixed unused variable bug --- src/components/QueryVisualization/QueryGraph/QueryGraph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/QueryVisualization/QueryGraph/QueryGraph.tsx b/src/components/QueryVisualization/QueryGraph/QueryGraph.tsx index e48c042..e5a3279 100644 --- a/src/components/QueryVisualization/QueryGraph/QueryGraph.tsx +++ b/src/components/QueryVisualization/QueryGraph/QueryGraph.tsx @@ -5,7 +5,7 @@ import {useMemo, useRef} from "react"; import Graphin, {Components, LegendChildrenProps} from "@antv/graphin"; import '@antv/graphin/dist/index.css'; -import { ActionIcon, Button, Title } from '@mantine/core'; +import { ActionIcon, Title } from '@mantine/core'; import { useAppSelector } from "redux/store.ts";