import { postPoster, postRoute } from "../lib/feed.ts"; import { Life } from "./Life.jsx"; export function PostCard({ post, eager = false, now }) { return (

{post.name}

{`${post.duration.toFixed(1)}s ยท `}
); }