Fix eslint error

This commit is contained in:
Alex Gleason 2020-04-25 19:56:15 -05:00
parent 32a5a31591
commit 6477bd3533
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -3,7 +3,7 @@ import { connect } from 'react-redux';
import ImmutablePureComponent from 'react-immutable-pure-component';
import { createAuthApp, logIn } from 'gabsocial/actions/auth';
import { fetchMe } from 'gabsocial/actions/me';
import { Link } from 'react-router-dom';
// import { Link } from 'react-router-dom';
export default @connect()
class LoginForm extends ImmutablePureComponent {