import { mdxComponents } from '../posts-edge' import Link from 'next/link' import { MDXRemote } from 'next-mdx-remote' import styles from './index.module.scss' export default function LatestPosts({ posts }) { return (
) }