import Link from 'next/link'; import { routes } from '@/lib/site'; import { TOPICS } from '@/lib/topics'; /** 19 topics with a one-line blurb, 1 px separators, linking to /indicators?topic=. */ export function TopicsGrid() { return ( ); }