diff --git a/app/dashboard/company/layout.tsx b/app/dashboard/company/layout.tsx index 844a781d..b73a2dc1 100644 --- a/app/dashboard/company/layout.tsx +++ b/app/dashboard/company/layout.tsx @@ -13,7 +13,6 @@ import { Users, BarChart3, Settings, - FileText, Trophy, CreditCard, } from 'lucide-react' @@ -191,11 +190,6 @@ function CompanyDashboardContent({ url: `/dashboard/company/${companySlug}/analytics`, icon: BarChart3, }, - { - title: 'Reports', - url: `/dashboard/company/${companySlug}/reports`, - icon: FileText, - }, ], }, {