Migrate post{actions,actionType,reducer} to TypeScript

This commit is contained in:
Qolzam
2017-10-07 12:59:58 +07:00
parent 418453dd02
commit 1810550331
7 changed files with 395 additions and 354 deletions

View File

@@ -50,3 +50,4 @@ var store : redux.Store<{}> = redux.createStore(reducer, initialState, redux.co
))
export default store