diff -r 7586b4a11c32 -r b2514a9bcd49 client/src/index.js --- a/client/src/index.js Tue Jun 20 12:11:57 2017 +0200 +++ b/client/src/index.js Tue Jun 20 14:13:15 2017 +0200 @@ -6,7 +6,7 @@ import createHistory from 'history/createBrowserHistory'; import App from './App'; -import Sessions from './components/Sessions'; +import SessionList from './components/SessionList'; import Session from './components/Session'; import Login from './components/Login'; import Settings from './components/Settings'; @@ -26,7 +26,7 @@