diff -r 96f8a4a59bd9 -r d8588379529e client/src/index.js --- a/client/src/index.js Mon Jun 19 15:36:52 2017 +0200 +++ b/client/src/index.js Mon Jun 19 17:56:41 2017 +0200 @@ -9,6 +9,7 @@ import Sessions from './components/Sessions'; import Session from './components/Session'; import Login from './components/Login'; +import Settings from './components/Settings'; import './index.css'; import registerServiceWorker from './registerServiceWorker'; import configureStore from './store/configureStore'; @@ -20,6 +21,7 @@
+