import React from 'react'; const LOGIN = 'login'; const CREATE = 'create'; class ChannelLoginForm extends React.Component { constructor (props) { super(props); } render () { return (
{this.props.channelError}