Removed second defualt export that caused an error in the bundle compilation.

This commit is contained in:
Andrey Okonetchnikov 2016-09-13 13:16:10 +02:00
parent 911e3f7077
commit ba7e99212d

View File

@ -64,8 +64,6 @@ class MarkdownControl extends React.Component {
}
}
export default MarkdownControl;
MarkdownControl.propTypes = {
editor: PropTypes.object.isRequired,
onChange: PropTypes.func.isRequired,