mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 15:17:50 +00:00
Also unify the mobile and web features into one, even though internally they still have separate ways to enable the functionality.
14 lines
388 B
JavaScript
14 lines
388 B
JavaScript
// @flow
|
|
|
|
import '../authentication/reducer';
|
|
import '../mobile/audio-mode/reducer';
|
|
import '../mobile/background/reducer';
|
|
import '../mobile/call-integration/reducer';
|
|
import '../mobile/external-api/reducer';
|
|
import '../mobile/full-screen/reducer';
|
|
import '../mobile/incoming-call/reducer';
|
|
import '../mobile/watchos/reducer';
|
|
import '../shared-video/reducer';
|
|
|
|
import './reducers.any';
|