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