Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Dec 11, 2023
1 parent ec656fc commit dcb1d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/tooltip/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { substitute, createDOM } from '@antv/util';
import { Component } from '../../core';
import { Group } from '../../shapes';
import { BBox, applyStyleSheet, throttle } from '../../util';
import { BBox, applyStyleSheet } from '../../util';
import { getClassNames, getDefaultTooltipStyle } from './constant';
import type { TooltipOptions, TooltipPosition, TooltipStyleProps } from './types';

Expand Down

0 comments on commit dcb1d7d

Please sign in to comment.