Skip to content

Commit

Permalink
refactor(geom-isoline): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 10, 2021
1 parent b01387a commit 6d302d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/geom-isoline/src/index.ts
@@ -1,5 +1,5 @@
import type { Fn5 } from "@thi.ng/api";
import { range2d } from "@thi.ng/transducers";
import { range2d } from "@thi.ng/transducers/iter/range2d";
import type { ReadonlyVec, Vec } from "@thi.ng/vectors";

// flattened [to, clear] tuples
Expand Down

0 comments on commit 6d302d0

Please sign in to comment.