import config from "./config"; export const Header = () => (
{config.logo ? ( {`${config.name} ) : (

{config.name}

)}
);