한단계 더 들어가야 한다.
console.log(state)인 경우, reducer 라는 모듈에 접근하려면 추가로 한단계 더 들어가야 한다.
console.log(state)
console.log(state.reducer)