import Link from 'next/link' export default function LogoBar (props) { const { siteInfo } = props return
{siteInfo?.title}
}