function TreemapShowcase()

in packages/showcase/showcase-sections/treemap-showcase.js [25:32]


function TreemapShowcase() {
  return (
    <article id="treemaps">
      <h1>Treemap</h1>
      {TREEMAPS.map(mapSection)}
    </article>
  );
}