import React from 'react'; function Channels({ setMsgSidebarOpen }) { return (
Channels
) } export default Channels;