diff --git a/frontend/src/components/Layout/AppLayout.tsx b/frontend/src/components/Layout/AppLayout.tsx index 454bb01..f3b35d6 100644 --- a/frontend/src/components/Layout/AppLayout.tsx +++ b/frontend/src/components/Layout/AppLayout.tsx @@ -209,7 +209,50 @@ const AppLayout: React.FC = ({ children }) => { {/* Navigation */} - + {navigationItems.map((item) => { const isActive = location.pathname === item.path; const Icon = item.icon;