cra-template-react-redux-toolkit
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "cra-template-react-redux-toolkit", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"eslintConfig": { | ||
@@ -5,0 +5,0 @@ "extends": [ |
import { configureStore, ThunkAction, Action } from '@reduxjs/toolkit'; | ||
import counterReducer from '../features/counter/counterSlice'; | ||
import appReducer from '../appSlice'; | ||
import {apiSlice as todoApiSlice} from '../api/todoApiSlice'; | ||
@@ -8,2 +9,3 @@ | ||
counter: counterReducer, | ||
app: appReducer, | ||
[todoApiSlice.reducerPath] : todoApiSlice.reducer, | ||
@@ -10,0 +12,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67522
1217