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