export default function CitationPanel({ citations }) { if (!citations.length) return null; return (

Sources

); }