import RefSubLayout from '~/layouts/ref/RefSubLayout' import { MDXRemote } from 'next-mdx-remote' import components from '~/components' const RefEducationSection = (props) => { // gracefully reject pages we can't render if (!props.markdownContent) { //console.log(props.item.id) return
} return (