import React from 'react' import './VideoPlaceholder.css' export function VideoPlaceholder(props) { return (

{props.children}

) }