Files
jitsi-meet/react/features/base/react/index.js
2017-01-28 19:56:35 -06:00

6 lines
215 B
JavaScript

export * from './components';
export * from './functions';
export { default as Platform } from './Platform';
export { default as RouteRegistry } from './RouteRegistry';
export { default as Symbol } from './Symbol';