## Problem Two analytics components exist but are **not imported or used anywhere** in the codebase: 1. `autobot-frontend/src/components/analytics/CodebaseStatsSection.vue` (93 lines) — was intended to replace the inline stats section but was never wired 2. `autobot-frontend/src/components/analytics/ProblemsReportSection.vue` (358 lines) — was superseded by the new `panels/CodebaseProblemsPanel.vue` (510 lines) created in PR #2225 ## Discovered During Implementation of #1469 (PR #2225) ## Expected Outcome - Remove `CodebaseStatsSection.vue` (dead code), OR wire it into the parent replacing the inline stats grid - Remove `ProblemsReportSection.vue` (superseded by `CodebaseProblemsPanel.vue`) ## Impact Low — dead code that adds confusion when navigating the analytics directory. No runtime impact.