Skip to content

Commit

Permalink
refactor(viz): update type-only imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 7, 2020
1 parent ea97879 commit 2f82a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/viz/src/plot/bar.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Fn3 } from "@thi.ng/api";
import type { Fn3 } from "@thi.ng/api";
import { isFunction } from "@thi.ng/checks";
import { map } from "@thi.ng/transducers";
import { DomainValues, PlotFn } from "../api";
import type { DomainValues, PlotFn } from "../api";
import { valueMapper } from "./utils";

export interface BarPlotOpts {
Expand Down

0 comments on commit 2f82a4f

Please sign in to comment.