mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-13 10:52:40 +00:00
6 lines
69 B
JavaScript
6 lines
69 B
JavaScript
// @flow
|
|
|
|
import Video from './native/Video';
|
|
|
|
export default Video;
|