// import { Button, Card, CardBody, Chip, User } from "@nextui-org/react"; // import { Heart } from "lucide-react"; // import { formatDistance } from "date-fns"; // import Link from "next/link"; export default function PostCard() { // return ( // // //

{post.title}

// {post.flairs && // Object.values(post.flairs).map((flair) => ( //
// {flair.name} //
// ))} //
//

By

// // // //

// {formatDistance(new Date(post.createdAt), new Date(), { // addSuffix: true, // })} //

//
//

{post.content}

//
// //
//
//
// ); return
; }