Update Navbar.tsx

This commit is contained in:
Dosseh91
2025-06-04 23:18:28 +02:00
committed by GitHub
parent f34f80a629
commit a5a764b22e

View File

@@ -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';
<Link to="/register">
<button className="btn">Register</button>
</Link>
const Navbar: React.FC = () => {