From b5f443b4305ca9e512d8fcaaf878a8b81f4ac6cc Mon Sep 17 00:00:00 2001 From: Juthatip McDevitt Date: Sun, 10 Mar 2024 21:11:18 -0500 Subject: [PATCH] testing ssh key --- real_estate/client/src/components/Navbar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = () => {