6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
|
// @flow
|
||
|
|
||
|
import Video from './web/Video';
|
||
|
|
||
|
export default Video;
|