diff --git a/frontend/src/components/layout/navbar.tsx b/frontend/src/components/layout/navbar.tsx index 04ed5729..2cf46813 100644 --- a/frontend/src/components/layout/navbar.tsx +++ b/frontend/src/components/layout/navbar.tsx @@ -1,6 +1,6 @@ import { Link, useLocation } from 'react-router-dom' import { Button } from '@/components/ui/button' -import { ArrowLeft, FolderOpen, Users } from 'lucide-react' +import { ArrowLeft, FolderOpen } from 'lucide-react' export function Navbar() { const location = useLocation() @@ -23,16 +23,7 @@ export function Navbar() { Projects - +