client/src/components/NoteInput.js
changeset 191 3f71ad81a5a9
parent 173 0e6703cd0968
child 194 d19ba6045e82
--- 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 {