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