Convert NewUserPanel to a Modal, and to use redux

This commit is contained in:
2017-01-08 20:51:58 -05:00
parent a1999a4d43
commit 6e34a72c22
5 changed files with 111 additions and 78 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,