import Link from 'next/link' export default function Layout({ children }) { return ( {children}
/page-with-h1
/page-with-title
/noop-layout/page-1
/noop-layout/page-2
) }