started creating spreadsheet component

This commit is contained in:
Senad Uka
2014-12-22 10:58:42 +01:00
parent edafa92a3e
commit c2224430ab
9 changed files with 160 additions and 16 deletions

View File

@@ -3,12 +3,16 @@ var keyMirror = require('keymirror');
module.exports = {
ActionTypes: keyMirror({
CREATE_MESSAGE: null
CHOOSE_FILE: null
}),
PayloadSources: keyMirror({
BACKEND_ACTION: null,
VIEW_ACTION: null
}),
EventTypes: keyMirror({
FILE_CHOSEN: null
})
};