feat(prettier): Use prettier for client code
This commit is contained in:
@@ -3,7 +3,5 @@ import { all } from 'redux-saga/effects';
|
||||
import { sagas as appSagas } from './';
|
||||
|
||||
export default function* rootSaga() {
|
||||
yield all([
|
||||
...appSagas
|
||||
]);
|
||||
yield all([...appSagas]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user