changed structure - now no longer using flux-react but flux and react separately
This commit is contained in:
14
app/constants/CsvEditorConstants.js
Normal file
14
app/constants/CsvEditorConstants.js
Normal file
@@ -0,0 +1,14 @@
|
||||
var keyMirror = require('keymirror');
|
||||
|
||||
module.exports = {
|
||||
|
||||
ActionTypes: keyMirror({
|
||||
CREATE_MESSAGE: null
|
||||
}),
|
||||
|
||||
PayloadSources: keyMirror({
|
||||
BACKEND_ACTION: null,
|
||||
VIEW_ACTION: null
|
||||
})
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user