Skip to content

Commit

Permalink
Fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Nov 16, 2018
1 parent f548489 commit fe6fac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/popper/src/modifiers/computeStyle.js
Expand Up @@ -2,7 +2,7 @@ import getSupportedPropertyName from '../utils/getSupportedPropertyName';
import find from '../utils/find';
import getOffsetParent from '../utils/getOffsetParent';
import getBoundingClientRect from '../utils/getBoundingClientRect';
import isBrowser from './isBrowser';
import isBrowser from '../utils/isBrowser';

const isFirefox = isBrowser && /Firefox/i.test(navigator.userAgent);

Expand Down

0 comments on commit fe6fac5

Please sign in to comment.