mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-08 14:04:50 +00:00
3 lines
122 B
JavaScript
3 lines
122 B
JavaScript
export const getSelectedCompany = (state) => state.selectedCompany
|
|
export const getCompanies = (state) => state.companies
|