client/src/sagas/SessionSyncronizer.js
changeset 134 be36eed5e6e0
parent 133 6f3078f7fd47
child 168 ea92f4fe783d
--- a/client/src/sagas/SessionSyncronizer.js	Thu Aug 03 09:44:37 2017 +0200
+++ b/client/src/sagas/SessionSyncronizer.js	Thu Aug 03 17:33:00 2017 +0200
@@ -1,5 +1,5 @@
 import { select } from 'redux-saga/effects'
-import { getCreatedSessions, getUpdatedSessions, getDeletedSessions } from './selectors';
+import { getCreatedSessions, getUpdatedSessions, getDeletedSessions } from '../selectors/coreSelectors';
 import { ActionEnum } from '../constants';
 import moment from 'moment';
 import SessionRecord from '../store/sessionRecord';