import React from 'react'; import ChannelsTable from '../../components/table/channels'; const File = () => { return (
); }; export default File;