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

Bar Page

Post 1
) }