提交 a30870bd 编写于 作者: K Khang Hoang 提交者: JJ Kasper

Fix typo in with-redux-reselect-recompose example (#7642)

上级 9455a8b2
import { combineReducers } from 'redux'
import count, { initialState as countState } from './count'
export const intitialState = {
export const initialState = {
count: countState
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册