mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-12 07:47:21 +00: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
|