aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/LockedScreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/auth/LockedScreen.js')
-rw-r--r--src/containers/auth/LockedScreen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/auth/LockedScreen.js b/src/containers/auth/LockedScreen.js
index a49549731..945e41284 100644
--- a/src/containers/auth/LockedScreen.js
+++ b/src/containers/auth/LockedScreen.js
@@ -1,4 +1,4 @@
1import React, { Component } from 'react'; 1import { Component } from 'react';
2import PropTypes from 'prop-types'; 2import PropTypes from 'prop-types';
3import { inject, observer } from 'mobx-react'; 3import { inject, observer } from 'mobx-react';
4import Locked from '../../components/auth/Locked'; 4import Locked from '../../components/auth/Locked';