Initial commit
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
import {createStore} from "redux";
|
||||
import index from "./reducers";
|
||||
import {composeWithDevTools} from "redux-devtools-extension";
|
||||
|
||||
const composeEnhancers = composeWithDevTools({
|
||||
trace: true
|
||||
});
|
||||
export default createStore(index, composeEnhancers());
|
||||
Reference in New Issue
Block a user