mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-11-03 18:13:27 -05:00 
			
		
		
		
	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