diff --git a/src/App.js b/src/App.js
index 9c2a0c7..83088b2 100644
--- a/src/App.js
+++ b/src/App.js
@@ -1,6 +1,7 @@
import React, { Component } from 'react'
import { HashRouter, Route, Switch } from 'react-router-dom'
import './scss/style.scss'
+import ForgotPassword from './views/pages/register/ForgotPassword'
const loading = (
@@ -24,6 +25,7 @@ class App extends Component {
} />
+ } />
{/* ,
},
diff --git a/src/components/AppHeader.js b/src/components/AppHeader.js
index 34abd31..7b65ebe 100644
--- a/src/components/AppHeader.js
+++ b/src/components/AppHeader.js
@@ -32,7 +32,7 @@ const AppHeader = () => {
-
+ Courier
diff --git a/src/views/Courier/Courier.js b/src/views/Courier/Courier.js
index bfd3825..0765986 100644
--- a/src/views/Courier/Courier.js
+++ b/src/views/Courier/Courier.js
@@ -37,9 +37,9 @@ const Courier = () => {
- Mark
+ FedEx
123
- Otto
+ 123-1234-123
Edit
diff --git a/src/views/pages/login/Login.js b/src/views/pages/login/Login.js
index 2842a3f..6ee1d65 100644
--- a/src/views/pages/login/Login.js
+++ b/src/views/pages/login/Login.js
@@ -44,46 +44,31 @@ const Login = () => {
autoComplete="current-password"
/>
-
-
-
-
- Login
-
-
-
-
-
-
- Cancel
-
-
-
-
-
- Forgot password?
-
-
-
+
+
+
+ Login
+
+
+
+
+
+ Cancel
+
+
+
+
+
+
+ Forgot password?
+
+
+
+
- {/*
-
-
-
Sign up
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua.
-
-
-
- Register Now!
-
-
-
-
- */}
+
diff --git a/src/views/pages/register/ForgotPassword.js b/src/views/pages/register/ForgotPassword.js
new file mode 100644
index 0000000..5e36561
--- /dev/null
+++ b/src/views/pages/register/ForgotPassword.js
@@ -0,0 +1,59 @@
+import React from 'react';
+import {
+ CButton,
+ CCard,
+ CCardBody,
+ CCol,
+ CContainer,
+ CForm,
+ CFormInput,
+ CInputGroup,
+ CInputGroupText,
+ CRow,
+} from '@coreui/react'
+import CIcon from '@coreui/icons-react'
+import { cilEnvelopeLetter, cilEnvelopeOpen, cilLockLocked, cilUser } from '@coreui/icons'
+import { Link } from 'react-router-dom';
+
+const ForgotPassword = () => {
+ return
+
+
+
+
+
+
+ Forgot Password?
+ Enter your email Below we will send you a link to reset your password
+ {/*
+
+
+
+
+ */}
+
+
+
+
+
+
+
+
+ Send
+
+ Back to Login
+
+
+
+
+
+
+
+
;
+};
+
+export default ForgotPassword;