import React from 'react'; function Logo ({ channelName, handleSelection, VIEW, LOGOUT }) { return ( ); }; export default Logo;