From 6c702c7b6acf5791f3960b693ea2b5c942a280dc Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Wed, 26 Apr 2017 16:27:35 +0200 Subject: [PATCH] Correct import --- js/src/ui/MethodDecoding/methodDecoding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';