import React from "react"; import "./MoviesStyles.css"; function PlayerVideo({ children, ...restProps }) { return ( ); } export default PlayerVideo;