MCPcopy Create free account
hub / github.com/TrainLoop/evals / DashboardShellProps

Interface DashboardShellProps

ui/components/dashboard-shell.tsx:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { BarChart3, Home, Activity, Trophy, Award, ListChecks } from "lucide-react"
7
8interface DashboardShellProps {
9 children: React.ReactNode
10}
11
12export function DashboardShell({ children }: DashboardShellProps) {
13 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected