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