mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2026-02-07 23:58:57 -08:00
add drum-machine-react
This commit is contained in:
6
drum-machine-react/src/store.js
Normal file
6
drum-machine-react/src/store.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createStore } from "redux";
|
||||
import rootReducer from "./reducers/rootReducer";
|
||||
|
||||
const store = createStore(rootReducer);
|
||||
|
||||
export default store;
|
||||
Reference in New Issue
Block a user