mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 22:47:48 +00:00
9 lines
198 B
JavaScript
9 lines
198 B
JavaScript
// @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';
|