aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/ImportScreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/auth/ImportScreen.js')
-rw-r--r--src/containers/auth/ImportScreen.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/containers/auth/ImportScreen.js b/src/containers/auth/ImportScreen.js
index 9143ef616..ff2854f6e 100644
--- a/src/containers/auth/ImportScreen.js
+++ b/src/containers/auth/ImportScreen.js
@@ -5,7 +5,9 @@ import { RouterStore } from 'mobx-react-router';
5import Import from '../../components/auth/Import'; 5import Import from '../../components/auth/Import';
6import UserStore from '../../stores/UserStore'; 6import UserStore from '../../stores/UserStore';
7 7
8export default @inject('stores', 'actions') @observer class ImportScreen extends Component { 8@inject('stores', 'actions')
9@observer
10class ImportScreen extends Component {
9 render() { 11 render() {
10 const { actions, stores } = this.props; 12 const { actions, stores } = this.props;
11 13