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