import React, { Component } from 'react'; import ApiService from '../../services/ApiService'; import ChannelEntry from './ChannelEntry'; import './ChannelList.scss'; const ChannelList = ({ channels, clients }: ChannelListProps) => { return (