5 lines
74 B
JavaScript
5 lines
74 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
RECEIVE_TIMELINE: 'RECEIVE_TIMELINE',
|
|
} |