mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 22:13:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			167 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			167 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export const getCustomerList = (state) =>
 | 
						|
  state.customerList ? state.customerList : []
 | 
						|
 | 
						|
export const getUserList = (state) => (state.userList ? state.userList : [])
 |