mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			375 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			375 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export const estimates = (state) => state.estimates
 | |
| export const selectAllField = (state) => state.selectAllField
 | |
| export const getTemplateId = (state) => state.estimateTemplateId
 | |
| export const selectedEstimates = (state) => state.selectedEstimates
 | |
| export const totalEstimates = (state) => state.totalEstimates
 | |
| export const selectedCustomer = (state) => state.selectedCustomer
 |