Skip to content

Commit

Permalink
fix: 修复路径错误 (#3148)
Browse files Browse the repository at this point in the history
Co-authored-by: xinming <xinming.lxj@antfin.com>
  • Loading branch information
visiky and xinming authored Dec 22, 2020
1 parent 4f0f566 commit bd49fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geometry/label/interval.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { get, deepMix, isArray } from '@antv/util';
import { Writeable } from 'src/util/types';
import { Writeable } from '../../util/types';
import { MappingDatum, Point } from '../../interface';
import GeometryLabel from './base';
import { LabelCfg, LabelPointCfg } from './interface';
Expand Down

0 comments on commit bd49fbe

Please sign in to comment.