DeJaVu 2 years ago
parent
commit
7d318e4752
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/Login.js

+ 1 - 1
src/pages/Login.js

@@ -26,6 +26,6 @@ const LoginForm = ({onLogin}) => {
     </div>
   )
 }
-
+///
 const ConnectLog = connect(null, {onLogin: actionFullLogin})(LoginForm)
 export default ConnectLog