From a5a764b22e9257f3ac26134a04cae8b884ca448b Mon Sep 17 00:00:00 2001 From: Dosseh91 <98787470+Dosseh91@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:18:28 +0200 Subject: [PATCH] Update Navbar.tsx --- src/components/common/Navbar.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/common/Navbar.tsx b/src/components/common/Navbar.tsx index 56dffa9..a57d5a5 100644 --- a/src/components/common/Navbar.tsx +++ b/src/components/common/Navbar.tsx @@ -3,11 +3,6 @@ import { Link, useNavigate, useLocation } from 'react-router-dom'; import { Menu, X, ChevronDown, UserCircle, Search, Bell } from 'lucide-react'; import { useAuth } from '../../contexts/AuthContext'; import Button from './Button'; -import { Link } from 'react-router-dom'; - - - - const Navbar: React.FC = () => {