import React from 'react'; class VideoPlayer extends React.Component { render() { return (
) } } export default (VideoPlayer);