Fixed use of redux action
This commit is contained in:
parent
8c3335094a
commit
b556441459
7 changed files with 94 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
import { ADD_ARTICLE } from "../constants/action-types"
|
||||
import { ADD_ARTICLE } from '../constants/action-types'
|
||||
|
||||
const initialState = {
|
||||
articles: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue