Files
jitsi-meet/react/features/base/avatar/components/index.native.js

5 lines
82 B
JavaScript
Raw Normal View History

2019-06-26 16:08:23 +02:00
// @flow
export * from './native';
2019-07-03 17:39:39 +02:00
export { default as Avatar } from './Avatar';