Skip to content

Commit 60261f1

Browse files
David TacoronteDavid Tacoronte
authored andcommitted
testing push
1 parent e68f373 commit 60261f1

File tree

1 file changed

+6
-0
lines changed
  • Desktop/Personal Project folder/reactreduxproj1/src/redux

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { createStore } from redux;
2+
import reducers from "./reducers/index";
3+
4+
const store = createStore(reducers, {});
5+
6+
export default store;

0 commit comments

Comments
 (0)