first commit
This commit is contained in:
12
lib/components/timeline/actions.js
Normal file
12
lib/components/timeline/actions.js
Normal file
@@ -0,0 +1,12 @@
|
||||
'use strict'
|
||||
|
||||
const {RECEIVE_TIMELINE} = require('./action_constants')
|
||||
|
||||
module.exports = {
|
||||
receivedTimeline: timeline => {
|
||||
return {
|
||||
type: RECEIVE_TIMELINE,
|
||||
items: timeline,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user