Skip to content
This repository was archived by the owner on Apr 4, 2019. It is now read-only.

Commit 8fe4bdd

Browse files
committed
Fix module import
1 parent 7b93313 commit 8fe4bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dom-helper/lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Morph from "../htmlbars-runtime/morph";
1+
import Morph from "./htmlbars-runtime/morph";
22
import AttrMorph from "./morph-attr";
33
import {
44
buildHTMLDOM,

0 commit comments

Comments
 (0)