import { ComponentDefinition } from "@mintel/content-engine"; import { allComponentDefinitions } from "../payload/blocks/allBlocks"; /** * Single Source of Truth for all MDX component definitions. * Now dynamically generated from individual Payload block definitions. */ export const componentDefinitions: ComponentDefinition[] = allComponentDefinitions;