import React from 'react'; import { Card } from 'semantic-ui-react'; import ChannelsTable from '../../components/ChannelsTable'; import { useTranslation } from 'react-i18next'; const Channel = () => { const { t } = useTranslation(); return (