mirror of
https://github.com/crater-invoice/crater.git
synced 2026-06-09 12:32:31 -04:00
init crater
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export const customers = (state) => state.customers
|
||||
export const selectAllField = (state) => state.selectAllField
|
||||
export const selectedCustomers = (state) => state.selectedCustomers
|
||||
export const totalCustomers = (state) => state.totalCustomers
|
||||
Reference in New Issue
Block a user