Skip to content

Commit

Permalink
refactor(text-canvas): update imports (transducers)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 20, 2021
1 parent 86fdea7 commit a5a1b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/text-canvas/src/bars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { fract } from "@thi.ng/math/prec";
import { padLeft } from "@thi.ng/strings/pad-left";
import { padRight } from "@thi.ng/strings/pad-right";
import { repeat } from "@thi.ng/strings/repeat";
import { map } from "@thi.ng/transducers/xform/map";
import { map } from "@thi.ng/transducers/map";
import { BARS_H, BARS_V } from "./api";

export const barChartHLines = (
Expand Down

0 comments on commit a5a1b2d

Please sign in to comment.