Fixed use of redux action

This commit is contained in:
Rodrigo Pedroso 2019-06-19 16:37:03 -04:00
commit b556441459
7 changed files with 94 additions and 8 deletions

View file

@ -1,4 +1,4 @@
import { ADD_ARTICLE } from "../constants/action-types"
import { ADD_ARTICLE } from '../constants/action-types'
const initialState = {
articles: []