From ac68390e3b4c40527c3e6aa3b85e70b77448113b Mon Sep 17 00:00:00 2001 From: V Meenakshi Iyer <74537549+meenakshiiyer2531@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:28:16 +0530 Subject: [PATCH] Update Footer.tsx --- frontend/src/components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index ec171d48..80e34eae 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -1,6 +1,6 @@ import { useRecoilValue } from 'recoil'; import github from '../assets/github.png'; -import { Link, useLocation } from "react-router-dom"; +import { Link } from "react-router-dom"; import { loggedInState } from '../store/atoms/auth'; import { CgProfile } from 'react-icons/cg'; import { BsFilePost } from 'react-icons/bs';