mirror of
https://github.com/bendtherules/demo-trello-app.git
synced 2026-08-18 21:52:22 +00:00
Initialize project using Create React App
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { configureStore } from '@reduxjs/toolkit';
|
||||
import counterReducer from '../features/counter/counterSlice';
|
||||
|
||||
export default configureStore({
|
||||
reducer: {
|
||||
counter: counterReducer,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user