import { NavLink } from "react-router-dom"; import { leftNavSections } from "./routes"; // Routes derive from the single registry (routes.ts), grouped by wayfinding // section. Adding a route in one place only is no longer possible — LeftNav, // the command palette, ⌘-digits, and the landing dropdown all read the same // list. const NAV_SECTIONS = leftNavSections(); export function LeftNav() { return ( ); }