import React from 'react'; const ChannelPage = (props) => { const { title } = props return

{title}

This channel page is a stub.

} export default ChannelPage;