import Link from 'next/link' export default function FooPage() { return (

Foo Page

Post 1
) }