Add Projects page for team members with search, nav under Requests

This commit is contained in:
Krao Hasanee
2026-05-14 15:21:25 -04:00
parent c32f9d1366
commit b2f165a8f1
3 changed files with 82 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ function TeamNav({ onNav }) {
const primaryLinks = [
{ to: '/dashboard', label: 'Dashboard' },
{ to: '/requests', label: 'Requests' },
{ to: '/team-projects', label: 'Projects' },
{ to: '/file-sharing', label: 'File Sharing' },
{ to: '/companies', label: 'Clients & Users' },
];