export default function Header({ title }) { return (

{title ? ( {title} ) : ( Welcome to Next.js with Neo4j! )}

); }