diff --git a/Frontend/public/images/loginBG.png b/Frontend/public/images/loginBG.png new file mode 100644 index 0000000..f5b66ca Binary files /dev/null and b/Frontend/public/images/loginBG.png differ diff --git a/Frontend/src/components/Navbar2.jsx b/Frontend/src/components/Navbar2.jsx index 9359f62..ee45949 100644 --- a/Frontend/src/components/Navbar2.jsx +++ b/Frontend/src/components/Navbar2.jsx @@ -1,4 +1,9 @@ +import { useState } from "react"; +import { Link } from "react-router-dom"; + const Navbar2 = () => { + + const [isLoggedIn, setLoggedIn] = useState(false) return (