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";