Skip to content

Commit

Permalink
fixed unused variable bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Li committed Jan 29, 2025
1 parent d51616d commit bb42f6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit bb42f6b

Please sign in to comment.