1 2 3 4 5
function *homeSaga(wsConnection) { yield console.log('home saga') } export default homeSaga