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