import { MessageUtils } from "../../flow/utils" import PropTypes from 'prop-types' DownloadContentButton.propTypes = { flow: PropTypes.object.isRequired, message: PropTypes.object.isRequired, } export default function DownloadContentButton({ flow, message }) { return ( ) } ory'/>
aboutsummaryrefslogtreecommitdiffstats
blob: e26d83f197241b2202d95a8ea5167152e5b87f6f (plain)
1
2
3
4
5
6
7