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 items = (state) => state.items
|
||||
export const selectAllField = (state) => state.selectAllField
|
||||
export const selectedItems = (state) => state.selectedItems
|
||||
export const totalItems = (state) => state.totalItems
|
||||
Reference in New Issue
Block a user