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