import * as React from 'react'; const Desk = ({ width, height, color }) => ( ); export default Desk;