mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-08 22:14:48 +00:00
5 lines
238 B
JavaScript
5 lines
238 B
JavaScript
export const expenses = (state) => state.expenses
|
|
export const selectAllField = (state) => state.selectAllField
|
|
export const selectedExpenses = (state) => state.selectedExpenses
|
|
export const totalExpenses = (state) => state.totalExpenses
|