We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4414466 commit 141fbe1Copy full SHA for 141fbe1
src/components/login.js
@@ -6,7 +6,7 @@ import { loginUser } from "../redux/actions/userActions";
6
import Button from "react-bootstrap/Button";
7
import Form from "react-bootstrap/Form";
8
import logo from "../images/logo.png";
9
-import Comments from "./comments"
+
10
11
function validate(email, password) {
12
// true means invalid, so our conditions got reversed
@@ -136,7 +136,7 @@ class Login extends Component {
136
</div>
137
</Form>
138
139
- <Comments/>
140
141
142
);
0 commit comments