import { BUILDER_CONFIG } from "@/lib/constants"; import { BuilderComponent } from "@builder.io/react"; export default function PostBody({ content }) { return (
); }