Files
jitsi-meet/react/features/base/flags/index.js
Saúl Ibarra Corretgé cf7b10d53d feature-flags: initial implementation
The welcomePageEnabled and pictureInPictureEnabled props on mobile have been
converted to feature flags.
2019-06-11 13:37:50 +00:00

7 lines
137 B
JavaScript

export * from './actions';
export * from './actionTypes';
export * from './constants';
export * from './functions';
import './reducer';