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