Redux boilerplate code
This commit is contained in:
parent
b794708e2e
commit
69d47c85f0
8 changed files with 12058 additions and 7 deletions
6
src/js/index.js
Normal file
6
src/js/index.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
import store from "../js/store/index"
|
||||
import { addArticle } from "../js/actions/index"
|
||||
|
||||
window.store = store
|
||||
|
||||
window.addArticle = addArticle
|
Loading…
Add table
Add a link
Reference in a new issue