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