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