diff --git a/real_estate/client/src/components/Navbar.jsx b/real_estate/client/src/components/Navbar.jsx index c310a66..bfeaa9b 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 {useSelector} from 'react-redux' const Navbar = () => {