(function() { const Bell = window.createIcon('Bell'); const Search = window.createIcon('Search'); const ConsoleHead = ({ title }) => { return (
{/* Page Title */}

{title}

{/* Right Actions */}
{/* Search Bar */}
{/* Notification Bell */} {/* Link to Homepage (Exit Console) */}
); }; window.ConsoleHead = ConsoleHead; })();