diff --git a/app/gabsocial/features/auth_login/index.js b/app/gabsocial/features/auth_login/index.js index 49dea9e98..d2ea0a60e 100644 --- a/app/gabsocial/features/auth_login/index.js +++ b/app/gabsocial/features/auth_login/index.js @@ -4,7 +4,6 @@ import ImmutablePureComponent from 'react-immutable-pure-component'; import { createAuthApp, logIn } from 'gabsocial/actions/auth'; import { Redirect } from 'react-router-dom'; import { fetchMe } from 'gabsocial/actions/me'; -import { LoadingBar } from 'react-redux-loading-bar'; const mapStateToProps = (state, props) => ({ me: state.get('me'), @@ -46,7 +45,6 @@ class LoginForm extends ImmutablePureComponent { return (