import { getAllPostsMeta } from '@/lib/posts' import Link from 'next/link' export function RecentlyUpdatedPosts() { const posts = getAllPostsMeta() return ( ) }