| changeset 3 | 3b5d37d84cfe |
| parent 2 | b52921a63e77 |
--- a/client/src/components/NotesContainer.js Mon May 22 17:59:19 2017 +0200 +++ b/client/src/components/NotesContainer.js Tue May 23 13:15:34 2017 +0200 @@ -7,7 +7,7 @@ import { Grid, Row, Col} from 'react-bootstrap'; -import * as notesActions from '../actions/notes-actions'; +import * as notesActions from '../actions/notesActions'; import NotesList from './NotesList'; import NoteInput from './NoteInput';