reducer for comments
parent
2e1e8ce1
No related branches found
No related tags found
Showing
- src/redux/apiPath.ts 1 addition, 0 deletionssrc/redux/apiPath.ts
- src/redux/comment/comment.constants.ts 14 additions, 0 deletionssrc/redux/comment/comment.constants.ts
- src/redux/comment/comment.mock.ts 8 additions, 0 deletionssrc/redux/comment/comment.mock.ts
- src/redux/comment/comment.reducers.ts 17 additions, 0 deletionssrc/redux/comment/comment.reducers.ts
- src/redux/comment/comment.slice.ts 14 additions, 0 deletionssrc/redux/comment/comment.slice.ts
- src/redux/comment/comment.thunks.ts 3 additions, 0 deletionssrc/redux/comment/comment.thunks.ts
- src/redux/comment/comment.types.ts 4 additions, 0 deletionssrc/redux/comment/comment.types.ts
- src/redux/comment/thunks/getComments.ts 22 additions, 0 deletionssrc/redux/comment/thunks/getComments.ts
- src/redux/root/root.fixtures.ts 2 additions, 0 deletionssrc/redux/root/root.fixtures.ts
- src/redux/store.ts 2 additions, 0 deletionssrc/redux/store.ts
src/redux/comment/comment.constants.ts
0 → 100644
src/redux/comment/comment.mock.ts
0 → 100644
src/redux/comment/comment.reducers.ts
0 → 100644
src/redux/comment/comment.slice.ts
0 → 100644
src/redux/comment/comment.thunks.ts
0 → 100644
src/redux/comment/comment.types.ts
0 → 100644
src/redux/comment/thunks/getComments.ts
0 → 100644
Please register or sign in to comment