Skip to content

Commit 141fbe1

Browse files
committed
-comments
1 parent 4414466 commit 141fbe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/login.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { loginUser } from "../redux/actions/userActions";
66
import Button from "react-bootstrap/Button";
77
import Form from "react-bootstrap/Form";
88
import logo from "../images/logo.png";
9-
import Comments from "./comments"
9+
1010

1111
function validate(email, password) {
1212
// true means invalid, so our conditions got reversed
@@ -136,7 +136,7 @@ class Login extends Component {
136136
</div>
137137
</Form>
138138

139-
<Comments/>
139+
140140

141141
</div>
142142
);

0 commit comments

Comments
 (0)