Files
jitsi-meet/react/features/base/react/index.js
Saúl Ibarra Corretgé 5304660e14 [RN] Polyfill Symbol
2017-05-26 16:37:22 -05:00

5 lines
169 B
JavaScript

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