diff --git a/js/src/ui/MethodDecoding/methodDecoding.js b/js/src/ui/MethodDecoding/methodDecoding.js index 5da4b8f19..3da09fdc2 100644 --- a/js/src/ui/MethodDecoding/methodDecoding.js +++ b/js/src/ui/MethodDecoding/methodDecoding.js @@ -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';