import React from "react"; const ChannelNotifications = () => { return ( <div> <p>channel notifications</p> </div> ); }; export default ChannelNotifications;