The functionality around logging including logging_config.js i.e. loggingConfig and the other classes and/or functions that initialize loggers for Jits Meet truly deserves a feature of its own. Start getting in that direction on both Web and mobile by introducing features/base/logging and bringing loggingConfig to mobile.
6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
export * from './actions';
|
|
export * from './actionTypes';
|
|
|
|
import './middleware';
|
|
import './reducer';
|