diff -r b2514a9bcd49 -r 4088f8dc6b52 client/src/components/Session.js --- a/client/src/components/Session.js Tue Jun 20 14:13:15 2017 +0200 +++ b/client/src/components/Session.js Tue Jun 20 16:08:12 2017 +0200 @@ -7,26 +7,26 @@ import NoteInput from './NoteInput'; import NotesList from './NotesList'; import SessionForm from './SessionForm'; +import SessionSummary from './SessionSummary'; import * as sessionsActions from '../actions/sessionsActions'; import * as notesActions from '../actions/notesActions'; class Session extends Component { - render() { return (
- - - - - - - - - - +
+
+ +
+
+ +
+ +
+