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