import Link from "next/link"; import date from "../util/date"; import { PostMeta } from "../util/slug"; import style from '../styles/recent-posts.module.css'; function RecentPosts({ postsMeta }: { postsMeta: PostMeta[] }) { if (!postsMeta.length) return <>>; return (