mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
WIP / Features / Sate
This commit is contained in:
@@ -18,6 +18,7 @@ import globalSearch from './search/search.reducer';
|
||||
import exchangeRates from './ExchangeRate/exchange.reducer';
|
||||
import globalErrors from './globalErrors/globalErrors.reducer';
|
||||
import customers from './customers/customers.reducer';
|
||||
import estimates from './Estimate/estimates.reducer';
|
||||
|
||||
export default combineReducers({
|
||||
authentication,
|
||||
@@ -38,4 +39,5 @@ export default combineReducers({
|
||||
exchangeRates,
|
||||
globalErrors,
|
||||
customers,
|
||||
estimates
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user