Update Redux.md

master
Matt Huntington 8 years ago committed by GitHub
parent 9d0d468f2d
commit fe45fa3d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -161,7 +161,7 @@ touch store.js
In `store.js`:
```javascript
import { createStore } from 'redux':
import { createStore } from 'redux';
const comments = function(state = [], action){
switch(action.type){

Loading…
Cancel
Save