| 6 | import { BarChart3, Home, Activity, Trophy, Award, ListChecks } from "lucide-react" |
| 7 | |
| 8 | interface DashboardShellProps { |
| 9 | children: React.ReactNode |
| 10 | } |
| 11 | |
| 12 | export function DashboardShell({ children }: DashboardShellProps) { |
| 13 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected