mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-11-03 18:13:27 -05:00 
			
		
		
		
	Add direct OFX imports
This commit is contained in:
		
							
								
								
									
										10
									
								
								js/constants/ImportConstants.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								js/constants/ImportConstants.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
var keyMirror = require('keymirror');
 | 
			
		||||
 | 
			
		||||
module.exports = keyMirror({
 | 
			
		||||
	OPEN_IMPORT_MODAL: null,
 | 
			
		||||
	CLOSE_IMPORT_MODAL: null,
 | 
			
		||||
	BEGIN_IMPORT: null,
 | 
			
		||||
	UPDATE_IMPORT_PROGRESS: null,
 | 
			
		||||
	IMPORT_FINISHED: null,
 | 
			
		||||
	IMPORT_FAILED: null
 | 
			
		||||
});
 | 
			
		||||
		Reference in New Issue
	
	Block a user