Add ability to add notebooks and refactor code
This commit is contained in:
parent
03238ad179
commit
d30477bd9d
12 changed files with 518 additions and 97 deletions
8
app/store/configureStore.jsx
Normal file
8
app/store/configureStore.jsx
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { createStore } from 'redux'
|
||||
import rootReducer from '../reducers'
|
||||
|
||||
export default function configureStore(initialState) {
|
||||
const store = createStore(rootReducer, initialState)
|
||||
return store
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue