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