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