import React from "react"; const DeleteRoomComponent = ({onClick}) => (
Delete this room
); export default DeleteRoomComponent;