import React from 'react'; export default function Branding({ logoContent, children }) { return (
{logoContent}
{children}
); }