mirror of
https://github.com/bendtherules/demo-trello-app.git
synced 2026-08-18 21:52:22 +00:00
boardSlice - Move file to parent storeSLices dir
This commit is contained in:
+1
-3
@@ -1,10 +1,8 @@
|
||||
import { configureStore } from "@reduxjs/toolkit";
|
||||
import counterReducer from "../features/counter/counterSlice";
|
||||
import boardReducer from "../features/Board/boardSlice";
|
||||
import boardReducer from "../storeSlices/boardSlice";
|
||||
|
||||
export default configureStore({
|
||||
reducer: {
|
||||
counter: counterReducer,
|
||||
board: boardReducer
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user