boardSlice - Move file to parent storeSLices dir

This commit is contained in:
2020-03-30 16:28:46 +05:30
parent 6d6a2a11ab
commit 1107232d7a
3 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -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
}
});