import Link from 'next/link' import { siteConfig } from '@/lib/config' export default function LogoBar (props) { return (
{siteConfig('TITLE')}
); }