import styles from "./post-body.module.css"; export default function PostBody({ content }) { return (
); }