import { NavLink, Outlet } from 'react-router-dom'; const TABS = [ { path: '/debug/call-graph', label: 'Call Graph' }, { path: '/debug/summaries', label: 'Summaries' }, ]; export function DebugLayout() { return (