Files
jitsi-meet/react/features/base/react/index.js
2018-02-26 18:35:13 -06:00

4 lines
140 B
JavaScript

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