| changeset 191 | 3f71ad81a5a9 |
| parent 173 | 0e6703cd0968 |
| child 194 | d19ba6045e82 |
--- a/client/src/components/SlateEditor/index.js Mon Dec 03 17:53:37 2018 +0100 +++ b/client/src/components/SlateEditor/index.js Tue Dec 04 18:17:56 2018 +0100 @@ -6,7 +6,6 @@ import { connect } from 'react-redux'; import * as R from 'ramda'; import HtmlSerializer from './HtmlSerializer'; -import './SlateEditor.css'; import { now } from '../../utils'; import Toolbar from './Toolbar'; import { getAutoSubmit } from '../../selectors/authSelectors';