diff -r 01ad654237d5 -r 3f71ad81a5a9 client/src/components/NoteInput.js --- a/client/src/components/NoteInput.js Mon Dec 03 17:53:37 2018 +0100 +++ b/client/src/components/NoteInput.js Tue Dec 04 18:17:56 2018 +0100 @@ -2,7 +2,6 @@ import PropTypes from 'prop-types'; import SlateEditor from './SlateEditor'; import { now } from '../utils'; -import './NoteInput.css'; class NoteInput extends Component {