Skip to content

Commit

Permalink
Fix relative path issue (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbloedel authored and ethanselzer committed Nov 17, 2017
1 parent 4d4ec9b commit af40d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactImageMagnify.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import requiredIf from 'react-required-if';

import DisplayUntilActive from './hint/DisplayUntilActive';
import EnlargedImage from './EnlargedImage';
import { getLensCursorOffset } from '../src/lib/lens';
import { getLensCursorOffset } from './lib/lens';
import Hint from './hint/DefaultHint';
import ShadedLens from './shaded-lens';
import ImageShape from './prop-types/ImageShape';
Expand Down

0 comments on commit af40d56

Please sign in to comment.