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

8 lines
196 B
JavaScript

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