Files
jitsi-meet/react/features/base/react/base.js

9 lines
198 B
JavaScript
Raw Normal View History

2019-08-30 18:39:06 +02:00
// @flow
/**
* A list of base components to be exported without all the components being exported from
* this feature to reduce package size of libraries.
*/
export * from './components/base';