import React from "react"; const BackToRoomComponent = ({ onClick }) => (
Back to room
); export default BackToRoomComponent;