import markdownStyles from "./markdown-styles.module.css"; import { RichTextRenderer } from "../lib/rich-text-renderer"; export default function PostBody({ content }) { return (
); }