Correct import

This commit is contained in:
Jaco Greeff 2017-04-26 16:27:35 +02:00
parent aabf08fd75
commit 6c702c7b6a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import { FormattedMessage } from 'react-intl';
import { connect } from 'react-redux';
import { TypedInput, InputAddress } from '../Form';
import { Loading } from '../Loading';
import Loading from '../Loading';
import MethodDecodingStore from './methodDecodingStore';
import styles from './methodDecoding.css';