mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
WIP/customers
This commit is contained in:
@@ -15,9 +15,9 @@ import itemCategories from './itemCategories/itemsCategory.reducer';
|
||||
import settings from './settings/settings.reducer';
|
||||
import manualJournals from './manualJournals/manualJournals.reducers';
|
||||
import globalSearch from './search/search.reducer';
|
||||
import exchangeRates from './ExchangeRate/exchange.reducer'
|
||||
import exchangeRates from './ExchangeRate/exchange.reducer';
|
||||
import globalErrors from './globalErrors/globalErrors.reducer';
|
||||
|
||||
import customers from './customers/customers.reducer';
|
||||
|
||||
export default combineReducers({
|
||||
authentication,
|
||||
@@ -37,4 +37,5 @@ export default combineReducers({
|
||||
globalSearch,
|
||||
exchangeRates,
|
||||
globalErrors,
|
||||
customers,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user