jiti-meet/react/features/base/config/index.js

6 lines
181 B
JavaScript

export * from './actions';
export * from './actionTypes';
export { default as CONFIG_WHITELIST } from './configWhitelist';
export * from './constants';
export * from './functions';