import React from 'react'; import {Button, Checkbox, TextField} from 'coral-ui'; import styles from './ConfigureCommentStream.css'; import I18n from 'coral-framework/modules/i18n/i18n'; import translations from '../translations.json'; const lang = new I18n(translations); export default ({handleChange, handleApply, changed, ...props}) => (

{lang.t('configureCommentStream.title')}

{lang.t('configureCommentStream.description')}

);