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