Skip to content

Commit 200b3d9

Browse files
committed
could not convert reducer to ts
1 parent 62da702 commit 200b3d9

File tree

3 files changed

+1
-94
lines changed

3 files changed

+1
-94
lines changed

src/app/actions/actions.js

Lines changed: 0 additions & 78 deletions
This file was deleted.

src/app/constants/actionTypes.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/app/reducers/mainReducer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-param-reassign */
22
import produce from 'immer';
3-
import * as types from '../constants/actionTypes';
3+
import * as types from '../constants/actionTypes.ts';
44

55

66
export default (state, action) => produce(state, draft => {

0 commit comments

Comments
 (0)