import { Avatar, Banner, Color } from './preferenceComponents'; import { clsm } from '../../../../utils'; import { dashboard as $content } from '../../../../content'; import { SETTINGS_SECTION_CLASSES } from '../../SettingsTheme'; const ChannelSettings = () => (

{$content.settings_page.channel_settings}

); export default ChannelSettings;