function *homeSaga(wsConnection) { yield console.log('home saga') } export default homeSaga