import { h, Component } from 'preact'; export default class VideoContent extends Component { render() { if (!this.props.videoPath) { return "" } const fullScreenIcon = this.props.fullscreen ? : ; return (