import React from 'react'; import { withStyles } from '@material-ui/core'; import ChannelEntry from './ChannelEntry'; const styles = () => ({ list: { listStyle: 'none', }, }); const ChannelList = ({ channels, clients, classes }) => { return (