Skip to content

Commit

Permalink
fix(hdom): fix local import
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 1, 2018
1 parent 71ee43c commit e66a492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hdom/src/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { isString } from "@thi.ng/checks/is-string";

import { HDOMOpts } from "./api";
import { diffElement } from "./diff";
import { hydrateDOM } from "./dom";
import { normalizeTree } from "./normalize";
import { hydrateDOM } from "@thi.ng/hdom/src/dom";

/**
* Takes a parent DOM element (or ID), hiccup tree (array, function or
Expand Down

0 comments on commit e66a492

Please sign in to comment.