import Link from "next/link"; import DateFormatter from '@/components/updates/DateFormatter' export default function PostPreview(props) { return (
{props.description}
Posted on {DateFormatter(props.date)}