1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-06-13 05:29:24 -04:00

Convert NewUserPanel to a Modal, and to use redux

This commit is contained in:
2017-01-08 21:04:01 -05:00
parent 4f940b31a1
commit 871aa88ea6
5 changed files with 117 additions and 84 deletions

View File

@ -1,6 +1,8 @@
var keyMirror = require('keymirror');
module.exports = keyMirror({
CREATE_USER: null,
USER_CREATED: null,
LOGIN_USER: null,
USER_LOGGEDIN: null,
LOGOUT_USER: null,