jiti-meet/react/features/base/react/index.js

6 lines
135 B
JavaScript

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