import React from "react"; const Video = ({ width, height, color }) => ( ); export default Video;