mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-04-26 09:50:18 +00:00
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';
|