Convert NewUserPanel to a Modal, and to use redux
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user