aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-02-28 15:56:33 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-02-28 16:16:14 +0100
commitb3f0f2a0f820d97f6ed449e50fb37b0e3c59f317 (patch)
tree6b9e63699b6987760fa455d1b93f4650c4ab723d /src
parentnew payment flow (diff)
downloadferdium-app-b3f0f2a0f820d97f6ed449e50fb37b0e3c59f317.tar.gz
ferdium-app-b3f0f2a0f820d97f6ed449e50fb37b0e3c59f317.tar.zst
ferdium-app-b3f0f2a0f820d97f6ed449e50fb37b0e3c59f317.zip
fix module reference
Diffstat (limited to 'src')
-rw-r--r--src/components/ui/Modal/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/Modal/index.js b/src/components/ui/Modal/index.js
index 8e6ec5a0e..0b7154760 100644
--- a/src/components/ui/Modal/index.js
+++ b/src/components/ui/Modal/index.js
@@ -3,9 +3,9 @@ import ReactModal from 'react-modal';
3import PropTypes from 'prop-types'; 3import PropTypes from 'prop-types';
4import classnames from 'classnames'; 4import classnames from 'classnames';
5import injectCSS from 'react-jss'; 5import injectCSS from 'react-jss';
6import { Icon } from '@meetfranz/ui';
6 7
7import styles from './styles'; 8import styles from './styles';
8import { Icon } from '../../../../packages/ui/lib';
9 9
10// ReactModal.setAppElement('#root'); 10// ReactModal.setAppElement('#root');
11 11