-
- Hello, All-Notes :)
-
-
-
+
+
);
}
diff --git a/client/src/components/LoginComponent.js b/client/src/components/LoginComponent.js
new file mode 100644
index 0000000..b46b06b
--- /dev/null
+++ b/client/src/components/LoginComponent.js
@@ -0,0 +1,41 @@
+import React, { Component } from "react";
+import {Row,Col} from 'react-bootstrap';
+import { BrowserRouter as Router, Switch, Route, Link } from "react-router-dom";
+
+export default class Login extends Component {
+ render() {
+ return (
+