diff --git a/real_estate/client/src/components/Navbar.jsx b/real_estate/client/src/components/Navbar.jsx index 6808160..c310a66 100644 --- a/real_estate/client/src/components/Navbar.jsx +++ b/real_estate/client/src/components/Navbar.jsx @@ -1,7 +1,7 @@ //import { IoIosSearch } from "react-icons/io"; import { IoIosLock } from "react-icons/io"; -import {Link} from 'react-router-dom' -//import {useSelector} from 'react-redux' +import {Link} from 'react-router-dom'; +import {useSelector} from 'react-redux' const Navbar = () => {