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