Skip to content

Commit

Permalink
fix: rm bad, unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Dec 8, 2019
1 parent bd89bff commit c393f78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { createNodeDragger } from './dragger'
import { createNodeSnapper } from './snapper'
import { D3Path, Point, MetaNode, D3SVG } from './interfaces'
import { getPointInsertionIndex } from './point-maths'
import { onStateChange } from '../demo/util/on-state-change'
export * from './interfaces'

export const toPointRef = ([x, y]: Point) => `${x.toFixed(3)}_${y.toFixed(3)}`
Expand Down

0 comments on commit c393f78

Please sign in to comment.