diff options
Diffstat (limited to 'frontend/src/sagas/home.js')
-rw-r--r-- | frontend/src/sagas/home.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/sagas/home.js b/frontend/src/sagas/home.js index db273d28..c55986c3 100644 --- a/frontend/src/sagas/home.js +++ b/frontend/src/sagas/home.js @@ -1,7 +1,7 @@ // @flow import { push } from 'react-router-redux'; 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 type { ApiPlayer } from '../api/model'; import type { SevenWondersSession } from '../api/sevenWondersApi'; |