diff options
Diffstat (limited to 'frontend/src/sagas/lobby.js')
-rw-r--r-- | frontend/src/sagas/lobby.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/sagas/lobby.js b/frontend/src/sagas/lobby.js index 2deb5035..f884910d 100644 --- a/frontend/src/sagas/lobby.js +++ b/frontend/src/sagas/lobby.js @@ -3,7 +3,7 @@ import { normalize } from 'normalizr'; import { push } from 'react-router-redux'; import type { Channel } from 'redux-saga'; import { eventChannel } from 'redux-saga'; -import { apply, call, put, take, all } from 'redux-saga/effects'; +import { all, apply, call, put, take } from 'redux-saga/effects'; import { SevenWondersSession } from '../api/sevenWondersApi'; import { actions as gameActions, types } from '../redux/games'; import { actions as playerActions } from '../redux/players'; |