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