Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed May 12, 2017
1 parent 0166ed3 commit 219428c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
layoutRectsOverlap,
moveLayoutRect,
} from '../layout-rect';
import {Layout} from './layout';
import {Layout} from '../layout';
import {dev} from '../log';
import {toggle, computedStyle} from '../style';
import {isAmpElement} from '../dom';
Expand Down

0 comments on commit 219428c

Please sign in to comment.