//This file is used to add custom components to the MDX renderer export function useMDXComponents(components: any) { return { ...components } }