| 20 | } |
| 21 | |
| 22 | interface BlocksTableProps { |
| 23 | docPath: string; |
| 24 | blocks: Block[]; |
| 25 | } |
| 26 | |
| 27 | const KIND_BADGE: Record<string, string> = { |
| 28 | heading: "bg-blue-500/15 text-blue-700 dark:text-blue-300 border-blue-500/30", |
nothing calls this directly
no outgoing calls
no test coverage detected