Skip to content

Commit

Permalink
refactor(dot): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 10, 2021
1 parent 29a7681 commit 7c9d6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dot/src/serialize.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { IObjectOf } from "@thi.ng/api";
import { isArray } from "@thi.ng/checks";
import { isArray } from "@thi.ng/checks/is-array";
import type { Edge, Graph, GraphAttribs, Node } from "./api";

let nextID = 0;
Expand Down

0 comments on commit 7c9d6c3

Please sign in to comment.