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