import Link from 'next/link' export default function PostBox({ content, user, id }: { content: string user: string id: number }) { return (
{content}