diff --git a/src/LoginPage/LoginPage.jsx b/src/LoginPage/LoginPage.jsx index 0ff14d4..8c7ee96 100755 --- a/src/LoginPage/LoginPage.jsx +++ b/src/LoginPage/LoginPage.jsx @@ -1,5 +1,4 @@ import React from 'react'; -import { Link } from 'react-router-dom'; import { connect } from 'react-redux'; import { userActions } from '../_actions';