mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-30 05:01:10 -04:00
7 lines
354 B
JavaScript
7 lines
354 B
JavaScript
export const payments = (state) => state.payments
|
|
export const selectedPayments = (state) => state.selectedPayments
|
|
export const selectAllField = (state) => state.selectAllField
|
|
export const totalPayments = (state) => state.totalPayments
|
|
export const paymentModes = (state) => state.paymentModes
|
|
export const selectedNote = (state) => state.selectedNote
|