Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Nov 24, 2023
1 parent d5d7652 commit a7bacb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { common, useContext } from '@antv/gi-sdk';
import { GraphinData } from '@antv/graphin';
import { useMemoizedFn } from 'ahooks';
import { Button, Col, Dropdown, Menu, Modal, Row, Tabs, Tooltip, message } from 'antd';
import { cloneDeep, set } from 'lodash';
import { cloneDeep } from 'lodash';
import React, { memo, useEffect, useMemo, useRef, useState } from 'react';
import Util from '../utils';
import { TypeInfo } from './editDrawer';
Expand Down

0 comments on commit a7bacb9

Please sign in to comment.