Skip to content

Commit

Permalink
refactor(hdom-mock): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 24, 2020
1 parent b94f90b commit 77fb116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hdom-mock/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { IObjectOf } from "@thi.ng/api";
import { isFunction } from "@thi.ng/checks";
import {
createTree,
Expand All @@ -8,6 +7,7 @@ import {
hydrateTree,
normalizeTree
} from "@thi.ng/hdom";
import type { IObjectOf } from "@thi.ng/api";

export const TEXT = Symbol();

Expand Down

0 comments on commit 77fb116

Please sign in to comment.