Skip to content

Commit

Permalink
fix module reference
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Feb 28, 2019
1 parent 6be4e00 commit b3f0f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import ReactModal from 'react-modal';
import PropTypes from 'prop-types';
import classnames from 'classnames';
import injectCSS from 'react-jss';
import { Icon } from '@meetfranz/ui';

import styles from './styles';
import { Icon } from '../../../../packages/ui/lib';

// ReactModal.setAppElement('#root');

Expand Down

0 comments on commit b3f0f2a

Please sign in to comment.